List:Commits« Previous MessageNext Message »
From:jon Date:June 24 2008 2:06pm
Subject:svn commit - mysqldoc@docsrva: r11015 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-06-24 16:06:21 +0200 (Tue, 24 Jun 2008)
New Revision: 11015

Log:

Added cross-reference

Completes fix for Docs Bug #37455 (Thanks, Andrei and Paul!)



Modified:
   trunk/refman-4.1/sql-syntax.xml
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-6.0/sql-syntax.xml


Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2008-06-24 12:59:14 UTC (rev 11014)
+++ trunk/refman-4.1/sql-syntax.xml	2008-06-24 14:06:21 UTC (rev 11015)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 693 bytes

@@ -19651,6 +19651,10 @@
         <para>
           <literal>MASTER_CONNECT_RETRY</literal> specifies how many
           seconds to wait between connect retries. The default is 60.
+          The <emphasis>number</emphasis> of reconnection attempts is
+          limited by the <option>--master-retry-count</option> server
+          option; for more information, see
+          <xref linkend="replication-options"/>.
         </para>
 
         <para>


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2008-06-24 12:59:14 UTC (rev 11014)
+++ trunk/refman-5.0/sql-syntax.xml	2008-06-24 14:06:21 UTC (rev 11015)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 693 bytes

@@ -22939,6 +22939,10 @@
         <para>
           <literal>MASTER_CONNECT_RETRY</literal> specifies how many
           seconds to wait between connect retries. The default is 60.
+          The <emphasis>number</emphasis> of reconnection attempts is
+          limited by the <option>--master-retry-count</option> server
+          option; for more information, see
+          <xref linkend="replication-options"/>.
         </para>
 
         <para>


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-06-24 12:59:14 UTC (rev 11014)
+++ trunk/refman-5.1/sql-syntax.xml	2008-06-24 14:06:21 UTC (rev 11015)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 693 bytes

@@ -25864,6 +25864,10 @@
         <para>
           <literal>MASTER_CONNECT_RETRY</literal> specifies how many
           seconds to wait between connect retries. The default is 60.
+          The <emphasis>number</emphasis> of reconnection attempts is
+          limited by the <option>--master-retry-count</option> server
+          option; for more information, see
+          <xref linkend="replication-options"/>.
         </para>
 
         <para>


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-06-24 12:59:14 UTC (rev 11014)
+++ trunk/refman-6.0/sql-syntax.xml	2008-06-24 14:06:21 UTC (rev 11015)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 693 bytes

@@ -26545,6 +26545,10 @@
         <para>
           <literal>MASTER_CONNECT_RETRY</literal> specifies how many
           seconds to wait between connect retries. The default is 60.
+          The <emphasis>number</emphasis> of reconnection attempts is
+          limited by the <option>--master-retry-count</option> server
+          option; for more information, see
+          <xref linkend="replication-options"/>.
         </para>
 
         <para>


Thread
svn commit - mysqldoc@docsrva: r11015 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0jon24 Jun