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