From a6d7e331c34062354c3c0283c43ed3badafb0991 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Wed, 22 Sep 2021 11:00:31 +0100 Subject: [PATCH] Revert "Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA" This reverts commit 5d2ef1771fb77e92d7afa4483c9d8d816bf11325. --- reference/mysqli/constants.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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.