Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA

This commit is contained in:
Philip Olson 2021-09-21 15:02:06 -07:00
parent 3c699fad2d
commit 5d2ef1771f

View file

@ -735,13 +735,21 @@
</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>
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.
Deprecated in favor of MYSQLI_REFRESH_REPLICA.
</para>
</listitem>
</varlistentry>