diff --git a/reference/mysqlnd_ms/ini.xml b/reference/mysqlnd_ms/ini.xml index cd4aba7983..0a7bd3b2ae 100755 --- a/reference/mysqlnd_ms/ini.xml +++ b/reference/mysqlnd_ms/ini.xml @@ -70,7 +70,7 @@ - Enables or disables the plugin. If set to disabled, the extension will not plug + Enables or disables the plugin. If disabled, the extension will not plug into mysqlnd to proxy internal mysqlnd C API calls. @@ -85,8 +85,8 @@ - If enabled the plugin checks if the host (server) parameter value of any - MySQL connection attempt matches a section name from the plugin configuration + If enabled, the plugin checks if the host (server) parameters value of any + MySQL connection attempt, matches a section name from the plugin configuration file. If not, the connection attempt is blocked. @@ -128,11 +128,14 @@ 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. - + + Experimental + + This feature is experimental. It will not be documented before + reasonable stability has been achieved. It is meant for development + only. + + @@ -148,7 +151,7 @@ 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 + is disabled, only servers from the master list will be used for statement execution. All configured slave servers will be ignored. @@ -157,14 +160,17 @@ Disabling read write splitting impacts the return value of - mysqlnd_ms_query_is_select. + 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. - + + Multiple master servers + + Setting mysqlnd_ms.multi_master=1 allows the plugin + to use multiple master servers, instead of only the first master server + of the master list. + +