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