Author: pd221994
Date: 2011-02-24 21:16:45 +0100 (Thu, 24 Feb 2011)
New Revision: 25147
Log:
r45285@dhcp-adc-twvpn-1-vpnpool-10-154-17-49: paul | 2011-02-24 14:04:20 -0500
rpl_semi_sync_master_timeout is in milliseconds, not seconds
Modified:
svk:merge
trunk/refman-5.5/replication-solutions.xml
trunk/refman-5.6/replication-solutions.xml
trunk/refman-6.0/replication-solutions.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/refman-5.5/replication-solutions.xml
===================================================================
--- trunk/refman-5.5/replication-solutions.xml 2011-02-24 18:18:15 UTC (rev 25146)
+++ trunk/refman-5.5/replication-solutions.xml 2011-02-24 20:16:45 UTC (rev 25147)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 932 bytes
@@ -1715,10 +1715,10 @@
</para>
<para>
- A value in seconds that controls how long the master
- waits on a commit for acknowledgment from a slave before
- timing out and reverting to asynchronous replication.
- The default value is 10 seconds.
+ A value in milliseconds that controls how long the
+ master waits on a commit for acknowledgment from a slave
+ before timing out and reverting to asynchronous
+ replication. The default value is 10000 (10 seconds).
</para>
</listitem>
Modified: trunk/refman-5.6/replication-solutions.xml
===================================================================
--- trunk/refman-5.6/replication-solutions.xml 2011-02-24 18:18:15 UTC (rev 25146)
+++ trunk/refman-5.6/replication-solutions.xml 2011-02-24 20:16:45 UTC (rev 25147)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 932 bytes
@@ -1715,10 +1715,10 @@
</para>
<para>
- A value in seconds that controls how long the master
- waits on a commit for acknowledgment from a slave before
- timing out and reverting to asynchronous replication.
- The default value is 10 seconds.
+ A value in milliseconds that controls how long the
+ master waits on a commit for acknowledgment from a slave
+ before timing out and reverting to asynchronous
+ replication. The default value is 10000 (10 seconds).
</para>
</listitem>
Modified: trunk/refman-6.0/replication-solutions.xml
===================================================================
--- trunk/refman-6.0/replication-solutions.xml 2011-02-24 18:18:15 UTC (rev 25146)
+++ trunk/refman-6.0/replication-solutions.xml 2011-02-24 20:16:45 UTC (rev 25147)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 932 bytes
@@ -2485,10 +2485,10 @@
</para>
<para>
- A value in seconds that controls how long the master
- waits on a commit for acknowledgment from a slave before
- timing out and reverting to asynchronous replication.
- The default value is 10 seconds.
+ A value in milliseconds that controls how long the
+ master waits on a commit for acknowledgment from a slave
+ before timing out and reverting to asynchronous
+ replication. The default value is 10000 (10 seconds).
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25147 - in trunk: . refman-5.5 refman-5.6 refman-6.0 | paul.dubois | 24 Feb |