diff --git a/reference/mysqlnd_ms/ini.xml b/reference/mysqlnd_ms/ini.xml index ad3db008ea..cd4aba7983 100755 --- a/reference/mysqlnd_ms/ini.xml +++ b/reference/mysqlnd_ms/ini.xml @@ -62,105 +62,112 @@ + - - mysqlnd_ms.enable - integer - - - - Enables or disables the plugin. If set to disabled, the extension will not plug - into - mysqlnd to proxy internal - mysqlnd C API calls. - - - - - - mysqlnd_ms.force_config_usage - integer - - - - If enabled the plugin checks if the host (server) parameter value of any - MySQL connection attempt matches a section name from the plugin configuration - file. If not, the connection attempt is blocked. - - - - - - mysqlnd_ms.ini_file - string - - - - Plugin specific configuration file. - - - - - - mysqlnd_ms.collect_statistics - integer - - - - Enables or disables the collection of statistics. The collection of - statistics is disabled by default for performance reasons. - Statistics are returned by the function - mysqlnd_ms_get_stats. - - - - - - mysqlnd_ms.multi_master - integer - - - - Enables or disables support of MySQL multi master replication setups. + + mysqlnd_ms.enable + integer + + + + Enables or disables the plugin. If set to disabled, the extension will not plug + into + mysqlnd to proxy internal + mysqlnd C API calls. + + + + + + + mysqlnd_ms.force_config_usage + integer + + + + If enabled the plugin checks if the host (server) parameter value of any + MySQL connection attempt matches a section name from the plugin configuration + file. If not, the connection attempt is blocked. + + + + + + + mysqlnd_ms.ini_file + string + + + + Plugin specific configuration file. + + + + + + + mysqlnd_ms.collect_statistics + integer + + + + Enables or disables the collection of statistics. The collection of + statistics is disabled by default for performance reasons. + Statistics are returned by the function + mysqlnd_ms_get_stats. + + + + + + + mysqlnd_ms.multi_master + integer + + + + Enables or disables support of MySQL multi master replication setups. - This feature is experimental. It will not be documented before - reasonable stability has been achieved. It is meant for development - only. - - - - - - mysqlnd_ms.disable_rw_split - integer - - - - Enables or disables built-in read write splitting. + This feature is experimental. It will not be documented before + reasonable stability has been achieved. It is meant for development + only. + + + + + + + mysqlnd_ms.disable_rw_split + integer + + + + Enables or disables built-in read write splitting. - Controls whether load balancing and lazy connection functionality can - be used indepedently of read write splitting. If read write splitting - is disabled only the servers from the master list will be use for - statement execution. All configured slave servers will be ignored. + Controls whether load balancing and lazy connection functionality can + be used independently of read write splitting. If read write splitting + is disabled only the servers from the master list will be use for + statement execution. All configured slave servers will be ignored. - The SQL hint MYSQLND_MS_USE_SLAVE will not be recognized. - If found, the statement will be redirected to a master. + The SQL hint MYSQLND_MS_USE_SLAVE will not be recognized. + If found, the statement will be redirected to a master. - Disabling read write splitting impacts the return value of - mysqlnd_ms_query_is_select. - The function will no longer propose query execution on slave servers. + Disabling read write splitting impacts the return value of + mysqlnd_ms_query_is_select. + The function will no longer propose query execution on slave servers. - Please note, that you have to set mysqlnd_ms.multi_master=1 - to make the plugin consider more than the first master of the master - list. + Please note, that you have to set mysqlnd_ms.multi_master=1 + to make the plugin consider more than the first master of the master + list. - - + + +