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
This commit is contained in:
Ulf Wendel 2011-09-26 12:25:34 +00:00
parent b993ce0bee
commit a3914a4e28

View file

@ -41,7 +41,7 @@
</para>
<note>
<para>
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.
</para>
</note>
@ -94,7 +94,12 @@
<itemizedlist>
<listitem>
<para>
Automatic detection of SELECT, by supporting SQL hints to overrule automatism.
Automatic detection of SELECT.
</para>
</listitem>
<listitem>
<para>
Supports SQL hints to overrule automatism.
</para>
</listitem>
<listitem>
@ -143,7 +148,10 @@
<title>Limitations</title>
<para>
The plugin does not support MySQL replication setups with more
than one master server.
than one master server. An experimental configuration setting
<link linkend="ini.mysqlnd-ms.multi_master"><literal>mysqlnd_ms.multi_master</literal></link>
has been introduced in version 1.1.0-beta to find ways for lifting this
limitation.
</para>
<para>
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.
</para>
<para>
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 <link linkend="ref.pdo-mysql">PDO_MySQL</link> is using a
client-side prepared statement emulation by default. Client-side emulated
prepared statements are fully supported by any version of