mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Revert "Deprecated MYSQLI_REFRESH_SLAVE in favor of MYSQLI_REFRESH_REPLICA"
This reverts commit 5d2ef1771f
.
This commit is contained in:
parent
5d2ef1771f
commit
a6d7e331c3
1 changed files with 3 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue