List:Commits« Previous MessageNext Message »
From:jon Date:December 4 2008 4:42pm
Subject:svn commit - mysqldoc@docsrva: r12781 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2008-12-04 17:42:50 +0100 (Thu, 04 Dec 2008)
New Revision: 12781

Log:

Whacked TODO remark (already being handled)



Modified:
   trunk/refman-5.1/replication-options-core.xml


Modified: trunk/refman-5.1/replication-options-core.xml
===================================================================
--- trunk/refman-5.1/replication-options-core.xml	2008-12-04 16:30:26 UTC (rev 12780)
+++ trunk/refman-5.1/replication-options-core.xml	2008-12-04 16:42:50 UTC (rev 12781)
Changed blocks: 2, Lines Added: 17, Lines Deleted: 16; 2197 bytes

@@ -644,11 +644,6 @@
     <title>Replication Slave Options and Variables</title>
 
     <remark role="todo">
-      Should we also describe some of the relevant system variables,
-      such as sync_binlog?
-    </remark>
-
-    <remark role="todo">
       There really should be a separate section devoted to the use and
       structure of master.info, and how it interacts with startup
       options.

@@ -692,17 +687,23 @@
           </listitem>
 
           <listitem>
-            <para>
-              <emphasis>Beginning with MySQL 5.1.17, these options are
-              deprecated. Beginning with MySQL 5.2.5, they have been
-              removed.</emphasis> In MySQL 5.1.17 and later versions of
-              MySQL 5.1, these options have no effect when
-              <command>mysqld</command> is started and an appropriate
-              warning is written to the error log. To set the
-              replication parameters associated with these you must use
-              the <literal>CHANGE MASTER TO ...</literal> statement (see
-              <xref linkend="change-master-to"/>).
-            </para>
+            <formalpara>
+
+              <title>Options deprecated</title>
+
+              <para>
+                <emphasis>Beginning with MySQL 5.1.17, these options are
+                deprecated. Beginning with MySQL 5.2.5, they have been
+                removed.</emphasis> In MySQL 5.1.17 and later versions
+                of MySQL 5.1, these options have no effect when
+                <command>mysqld</command> is started and an appropriate
+                warning is written to the error log. To set the
+                replication parameters associated with these you must
+                use the <literal>CHANGE MASTER TO ...</literal>
+                statement (see <xref linkend="change-master-to"/>).
+              </para>
+
+            </formalpara>
           </listitem>
 
         </itemizedlist>


Thread
svn commit - mysqldoc@docsrva: r12781 - trunk/refman-5.1jon4 Dec