List:Commits« Previous MessageNext Message »
From:jon Date:October 3 2007 7:22am
Subject:svn commit - mysqldoc@docsrva: r7947 - in trunk: refman-5.1 refman-5.2
View as plain text  
Author: jstephens
Date: 2007-10-03 09:22:50 +0200 (Wed, 03 Oct 2007)
New Revision: 7947

Log:

Fix for Docs Bug #31366.



Modified:
   trunk/refman-5.1/mysql-cluster-replication.xml
   trunk/refman-5.2/mysql-cluster-replication.xml


Modified: trunk/refman-5.1/mysql-cluster-replication.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-replication.xml	2007-10-02 19:02:47 UTC (rev 7946)
+++ trunk/refman-5.1/mysql-cluster-replication.xml	2007-10-03 07:22:50 UTC (rev 7947)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 788 bytes

@@ -1195,8 +1195,8 @@
         </para>
 
 <programlisting>
-shell<replaceable>M</replaceable>&gt; <userinput>mysqld &ddash;nbdcluster &ddash;server-id=<replaceable>id</replaceable> \</userinput> 
-        <userinput>&ddash;log-bin &ddash;binlog-format=row &amp;</userinput>
+shell<replaceable>M</replaceable>&gt; <userinput>mysqld --ndbcluster --server-id=<replaceable>id</replaceable> \</userinput> 
+        <userinput>--log-bin --binlog-format=row &amp;</userinput>
 </programlisting>
 
         <para>


Modified: trunk/refman-5.2/mysql-cluster-replication.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster-replication.xml	2007-10-02 19:02:47 UTC (rev 7946)
+++ trunk/refman-5.2/mysql-cluster-replication.xml	2007-10-03 07:22:50 UTC (rev 7947)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 788 bytes

@@ -1190,8 +1190,8 @@
         </para>
 
 <programlisting>
-shell<replaceable>M</replaceable>&gt; <userinput>mysqld &ddash;nbdcluster &ddash;server-id=<replaceable>id</replaceable> \</userinput> 
-        <userinput>&ddash;log-bin &ddash;binlog-format=row &amp;</userinput>
+shell<replaceable>M</replaceable>&gt; <userinput>mysqld --ndbcluster --server-id=<replaceable>id</replaceable> \</userinput> 
+        <userinput>--log-bin --binlog-format=row &amp;</userinput>
 </programlisting>
 
         <para>


Thread
svn commit - mysqldoc@docsrva: r7947 - in trunk: refman-5.1 refman-5.2jon3 Oct