From a3914a4e28fa11984062983ab3eb2a2f2ed39d88 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Mon, 26 Sep 2011 12:25:34 +0000 Subject: [PATCH] Cosmetics, lets start to speak of beta as current version. Once the docs have been updated, beta will be announced. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317311 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqlnd_ms/book.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/reference/mysqlnd_ms/book.xml b/reference/mysqlnd_ms/book.xml index 47d4bbee28..f5e63d0d55 100755 --- a/reference/mysqlnd_ms/book.xml +++ b/reference/mysqlnd_ms/book.xml @@ -41,7 +41,7 @@ - The mysqlnd replication and load balancing plugin is in alpha status. + The mysqlnd replication and load balancing plugin is in beta status. It is not feature complete. @@ -94,7 +94,12 @@ - Automatic detection of SELECT, by supporting SQL hints to overrule automatism. + Automatic detection of SELECT. + + + + + Supports SQL hints to overrule automatism. @@ -143,7 +148,10 @@ Limitations The plugin does not support MySQL replication setups with more - than one master server. + than one master server. An experimental configuration setting + mysqlnd_ms.multi_master + has been introduced in version 1.1.0-beta to find ways for lifting this + limitation. The built-in read/write-split mechanism is very basic. Every @@ -161,7 +169,7 @@ will be based on the beginning of the statement string. - Prior to version 1.1 beta the plugin did not support native prepared statements. + Prior to version 1.1.0-beta the plugin did not support native prepared statements. Please note that PDO_MySQL is using a client-side prepared statement emulation by default. Client-side emulated prepared statements are fully supported by any version of