Note bugfixes and feature additions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332907 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ulf Wendel 2014-02-28 12:49:34 +00:00
parent 7161500fab
commit 7ecc5265f2

View file

@ -24,7 +24,7 @@
</listitem>
<listitem>
<simpara>
Motto/theme: Maintenance
Motto/theme: Maintenance and initial MySQL Fabric support
</simpara>
</listitem>
</itemizedlist>
@ -64,6 +64,24 @@
weights if, and only if, the sticky flag was set (random once).
</para>
</listitem>
<listitem>
<para>
Fixed #65496 - Wrong check for slave delay
</para>
<para>
The quality of service filter has erroneously ignored slaves
that lag for zero (0) seconds if a any maximum lag had been set.
Although a slave was not lagging behind, it was excluded from the
load balancing list if a maximum age was set by the QoS filter.
This was due to using the wrong comparison operator in the source
of the filter.
</para>
</listitem>
<listitem>
<para>
Fixed #65408 - Compile failure with -Werror=format-security
</para>
</listitem>
</itemizedlist>
</para>
<para>
@ -83,6 +101,16 @@
can be performed. Common situation when using MySQL Cluster.
</para>
</listitem>
<listitem>
<para>
Introduced most basic support for the MySQL Fabric High Availability and sharding
framework. Please, consider this pre-alpha quality. Both the
server side framework and the client side code is supposed to work flawless.
However, testing has not been performed to the level of prior plugin
alpha releases. Either sides are moving targets,
API changes may happen at any time without prior warning.
</para>
</listitem>
</itemizedlist>
</para>
</section>