From 5d2ef1771fb77e92d7afa4483c9d8d816bf11325 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 21 Sep 2021 15:02:06 -0700 Subject: [PATCH] Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA --- reference/mysqli/constants.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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.