Author: js221926
Date: 2011-05-09 15:24:43 +0200 (Mon, 09 May 2011)
New Revision: 26160
Log:
MASTER_HEARTBEAT_PERIOD has millisecond resolution (Thanks, Lu?\195?\173s and Andrei!)
Modified:
trunk/refman-5.1/sql-syntax-replication.xml
trunk/refman-5.5/sql-syntax-replication.xml
trunk/refman-5.6/sql-syntax-replication.xml
trunk/refman-6.0/sql-syntax-replication.xml
Modified: trunk/refman-5.1/sql-syntax-replication.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-replication.xml 2011-05-09 13:05:55 UTC (rev 26159)
+++ trunk/refman-5.1/sql-syntax-replication.xml 2011-05-09 13:24:43 UTC (rev 26160)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 5; 1112 bytes
@@ -603,11 +603,10 @@
master's binary log is updated with an event, the waiting period
for the next heartbeat is reset.
<replaceable>interval</replaceable> is a decimal value having
- the range 0 to 4294967 seconds and a resolution to hundredths of
- a second; the smallest nonzero value is 0.01. Heartbeats are
- sent by the master only if there are no unsent events in the
- binary log file for a period longer than
- <replaceable>interval</replaceable>.
+ the range 0 to 4294967 seconds and a resolution in milliseconds;
+ the smallest nonzero value is 0.001. Heartbeats are sent by the
+ master only if there are no unsent events in the binary log file
+ for a period longer than <replaceable>interval</replaceable>.
</para>
<para>
Modified: trunk/refman-5.5/sql-syntax-replication.xml
===================================================================
--- trunk/refman-5.5/sql-syntax-replication.xml 2011-05-09 13:05:55 UTC (rev 26159)
+++ trunk/refman-5.5/sql-syntax-replication.xml 2011-05-09 13:24:43 UTC (rev 26160)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1135 bytes
@@ -601,10 +601,10 @@
seconds between replication heartbeats. Whenever the master's
binary log is updated with an event, the waiting period for the
next heartbeat is reset. <replaceable>interval</replaceable> is
- a decimal value in range from 0 to 4294967 seconds and a
- resolution to hundredths of a second; the smallest nonzero value
- is 0.01. Heartbeats are sent by the master only if there are no
- unsent events in the binary log file for a period longer than
+ a decimal value having the range 0 to 4294967 seconds and a
+ resolution in milliseconds; the smallest nonzero value is 0.001.
+ Heartbeats are sent by the master only if there are no unsent
+ events in the binary log file for a period longer than
<replaceable>interval</replaceable>.
</para>
Modified: trunk/refman-5.6/sql-syntax-replication.xml
===================================================================
--- trunk/refman-5.6/sql-syntax-replication.xml 2011-05-09 13:05:55 UTC (rev 26159)
+++ trunk/refman-5.6/sql-syntax-replication.xml 2011-05-09 13:24:43 UTC (rev 26160)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1135 bytes
@@ -628,10 +628,10 @@
seconds between replication heartbeats. Whenever the master's
binary log is updated with an event, the waiting period for the
next heartbeat is reset. <replaceable>interval</replaceable> is
- a decimal value in range from 0 to 4294967 seconds and a
- resolution to hundredths of a second; the smallest nonzero value
- is 0.01. Heartbeats are sent by the master only if there are no
- unsent events in the binary log file for a period longer than
+ a decimal value having the range 0 to 4294967 seconds and a
+ resolution in milliseconds; the smallest nonzero value is 0.001.
+ Heartbeats are sent by the master only if there are no unsent
+ events in the binary log file for a period longer than
<replaceable>interval</replaceable>.
</para>
Modified: trunk/refman-6.0/sql-syntax-replication.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-replication.xml 2011-05-09 13:05:55 UTC (rev 26159)
+++ trunk/refman-6.0/sql-syntax-replication.xml 2011-05-09 13:24:43 UTC (rev 26160)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1209 bytes
@@ -603,10 +603,10 @@
<literal>MASTER_HEARTBEAT_PERIOD</literal> sets the interval in
seconds between replication heartbeats. Whenever the master's
binary log is updated with an event, the waiting period for the
- next heartbeat is reset. <replaceable>interval</replaceable> is
- a decimal value in range from 0 to 4294967 seconds and a
- resolution to hundredths of a second; the smallest nonzero value
- is 0.01. Heartbeats are sent by the master only if there are no
+ next heartbeat is reset.
+ <replaceable>interval</replaceable> is a decimal value having
+ the range 0 to 4294967 seconds and a resolution in milliseconds; the
+ smallest nonzero value is 0.001. Heartbeats are sent by the master only if there are no
unsent events in the binary log file for a period longer than
<replaceable>interval</replaceable>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26160 - in trunk: refman-5.1 refman-5.5 refman-5.6 refman-6.0 | jon.stephens | 9 May |