From 4728692c64602d2a2f4b40d28f02086b3ab37974 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 22 Sep 2011 17:36:51 +0000 Subject: [PATCH] Fix docs, the example got it right from day one... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317162 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/mysqlnd-ms-get-stats.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/mysqlnd_ms/functions/mysqlnd-ms-get-stats.xml b/reference/mysqlnd_ms/functions/mysqlnd-ms-get-stats.xml index 0732d1791b..16b86c7e5a 100755 --- a/reference/mysqlnd_ms/functions/mysqlnd-ms-get-stats.xml +++ b/reference/mysqlnd_ms/functions/mysqlnd-ms-get-stats.xml @@ -164,15 +164,15 @@ - non_lazy_connections_slave_failed + non_lazy_connections_slave_failure Number of failed slave connection attempts from configurations not using lazy connections. The total number of failed slave connection attempts - is non_lazy_connections_slave_failed + - lazy_connections_slave_failed + is non_lazy_connections_slave_failure + + lazy_connections_slave_failure Since 1.0.0. @@ -192,15 +192,15 @@ - non_lazy_connections_master_failed + non_lazy_connections_master_failure Number of failed master connection attempts from configurations not using lazy connections. The total number of failed master connection attempts - is non_lazy_connections_master_failed + - lazy_connections_master_failed + is non_lazy_connections_master_failure + + lazy_connections_master_failure Since 1.0.0. @@ -217,11 +217,11 @@ - lazy_connections_slave_failed + lazy_connections_slave_failure Number of failed slave connection attempts from - configurations using + configurations using lazy connections. Since 1.0.0. @@ -239,11 +239,11 @@ - lazy_connections_master_failed + lazy_connections_master_failure Number of failed master connection attempts from - configurations using + configurations using lazy connections. Since 1.0.0.