From 7ecc5265f23725cabecc36281e2d5b2f4018b413 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Fri, 28 Feb 2014 12:49:34 +0000 Subject: [PATCH] Note bugfixes and feature additions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332907 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqlnd_ms/changes.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/reference/mysqlnd_ms/changes.xml b/reference/mysqlnd_ms/changes.xml index 74a2614632..426f52313c 100644 --- a/reference/mysqlnd_ms/changes.xml +++ b/reference/mysqlnd_ms/changes.xml @@ -24,7 +24,7 @@ - Motto/theme: Maintenance + Motto/theme: Maintenance and initial MySQL Fabric support @@ -64,6 +64,24 @@ weights if, and only if, the sticky flag was set (random once). + + + Fixed #65496 - Wrong check for slave delay + + + 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. + + + + + Fixed #65408 - Compile failure with -Werror=format-security + + @@ -83,6 +101,16 @@ can be performed. Common situation when using MySQL Cluster. + + + 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. + +