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_failureSince 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_failureSince 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.