diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml
index 2b98a07b1e..6f8a2404b2 100644
--- a/reference/mysqli/constants.xml
+++ b/reference/mysqli/constants.xml
@@ -735,13 +735,21 @@
+
+ MYSQLI_REFRESH_REPLICA
+
+
+ On a replica replication server: resets the master server information, and
+ restarts the replica. Like executing the RESET REPLICA
+ SQL statement.
+
+
+
MYSQLI_REFRESH_SLAVE
- On a slave replication server: resets the master server information, and
- restarts the slave. Like executing the RESET SLAVE
- SQL statement.
+ Deprecated in favor of MYSQLI_REFRESH_REPLICA.