Revision d8d8d25be18cb7c406f2c257361ffabe9fd571a5

Committed on 02/08/2011 7:01 am by unknown <dschreie@.arsnbg.arsmedium> [GitHub Diff]

added mysqli dbbackend support for index_cluster.php generation

http://doc.ez.no/eZ-Publish/Upgrading/Upgrading-to-4.5/Upgrading-from-4.4-to-4.5:
The "Mysql DB/DFS Cluster" database back-end has not yet been deprecated, but it is recommended to use the same driver as the main database driver, so change your "file.ini.append.php" settings in override or siteaccesses to use" eZDFSFileHandlerMySQLiBackend" for DFS Cluster or "eZDBFileHandlerMysqliBackend" for DB Cluster.
Note: The "index_cluster.php" file should be updated to
define( 'STORAGE_BACKEND', 'dfsmysqli' )
If you use DB cluster, remove "dfs" from the string.