Author: jstephens
Date: 2010-11-12 13:40:07 +0100 (Fri, 12 Nov 2010)
New Revision: 23707
Log:
Fixes Docs BUG#58145
Modified:
trunk/refman-5.5/replication-options-core.xml
trunk/refman-5.6/replication-options-core.xml
trunk/refman-6.0/replication-options-core.xml
Modified: trunk/refman-5.5/replication-options-core.xml
===================================================================
--- trunk/refman-5.5/replication-options-core.xml 2010-11-12 02:11:40 UTC (rev 23706)
+++ trunk/refman-5.5/replication-options-core.xml 2010-11-12 12:40:07 UTC (rev 23707)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1273 bytes
@@ -2296,12 +2296,12 @@
If the value of this variable is greater than 0, a replication
slave synchronizes its <filename>master.info</filename> file
to disk (using <literal>fdatasync()</literal>) after every
- <literal role="sysvar">sync_master_info</literal>
- transactions. The default value of
+ <literal role="sysvar">sync_master_info</literal> events. The
+ default value of
<literal role="sysvar">sync_relay_log_info</literal> is 0
(recommended in most situations), which does not force any
- synchronization to disk by the MySQL server—in this
- case, the server relies on the operating system to flush the
+ synchronization to disk by the MySQL server; in this case, the
+ server relies on the operating system to flush the
<filename>master.info</filename> file's contents from
time to time as for any other file.
</para>
Modified: trunk/refman-5.6/replication-options-core.xml
===================================================================
--- trunk/refman-5.6/replication-options-core.xml 2010-11-12 02:11:40 UTC (rev 23706)
+++ trunk/refman-5.6/replication-options-core.xml 2010-11-12 12:40:07 UTC (rev 23707)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1273 bytes
@@ -2443,12 +2443,12 @@
If the value of this variable is greater than 0, a replication
slave synchronizes its <filename>master.info</filename> file
to disk (using <literal>fdatasync()</literal>) after every
- <literal role="sysvar">sync_master_info</literal>
- transactions. The default value of
+ <literal role="sysvar">sync_master_info</literal> events. The
+ default value of
<literal role="sysvar">sync_relay_log_info</literal> is 0
(recommended in most situations), which does not force any
- synchronization to disk by the MySQL server—in this
- case, the server relies on the operating system to flush the
+ synchronization to disk by the MySQL server; in this case, the
+ server relies on the operating system to flush the
<filename>master.info</filename> file's contents from
time to time as for any other file.
</para>
Modified: trunk/refman-6.0/replication-options-core.xml
===================================================================
--- trunk/refman-6.0/replication-options-core.xml 2010-11-12 02:11:40 UTC (rev 23706)
+++ trunk/refman-6.0/replication-options-core.xml 2010-11-12 12:40:07 UTC (rev 23707)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1273 bytes
@@ -2286,12 +2286,12 @@
If the value of this variable is greater than 0, a replication
slave synchronizes its <filename>master.info</filename> file
to disk (using <literal>fdatasync()</literal>) after every
- <literal role="sysvar">sync_master_info</literal>
- transactions. The default value of
+ <literal role="sysvar">sync_master_info</literal> events. The
+ default value of
<literal role="sysvar">sync_relay_log_info</literal> is 0
(recommended in most situations), which does not force any
- synchronization to disk by the MySQL server—in this
- case, the server relies on the operating system to flush the
+ synchronization to disk by the MySQL server; in this case, the
+ server relies on the operating system to flush the
<filename>master.info</filename> file's contents from
time to time as for any other file.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23707 - in trunk: refman-5.5 refman-5.6 refman-6.0 | jon.stephens | 12 Nov |