Revert "Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA"

This reverts commit 5d2ef1771f.
This commit is contained in:
Kamil Tekiela 2021-09-22 11:00:31 +01:00
parent 5d2ef1771f
commit a6d7e331c3
No known key found for this signature in database
GPG key ID: 0760BDAB1E89A1E3

View file

@ -735,21 +735,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="constantmysqli-refresh-replica">
<term><constant>MYSQLI_REFRESH_REPLICA</constant></term>
<listitem>
<para>
On a replica replication server: resets the master server information, and
restarts the replica. Like executing the <literal>RESET REPLICA</literal>
<acronym>SQL</acronym> statement.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="constantmysqli-refresh-slave">
<term><constant>MYSQLI_REFRESH_SLAVE</constant></term>
<listitem>
<para>
Deprecated in favor of MYSQLI_REFRESH_REPLICA.
On a slave replication server: resets the master server information, and
restarts the slave. Like executing the <literal>RESET SLAVE</literal>
<acronym>SQL</acronym> statement.
</para>
</listitem>
</varlistentry>