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>> <userinput>mysqld &ddash;nbdcluster &ddash;server-id=<replaceable>id</replaceable> \</userinput>
- <userinput>&ddash;log-bin &ddash;binlog-format=row &</userinput>
+shell<replaceable>M</replaceable>> <userinput>mysqld --ndbcluster --server-id=<replaceable>id</replaceable> \</userinput>
+ <userinput>--log-bin --binlog-format=row &</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>> <userinput>mysqld &ddash;nbdcluster &ddash;server-id=<replaceable>id</replaceable> \</userinput>
- <userinput>&ddash;log-bin &ddash;binlog-format=row &</userinput>
+shell<replaceable>M</replaceable>> <userinput>mysqld --ndbcluster --server-id=<replaceable>id</replaceable> \</userinput>
+ <userinput>--log-bin --binlog-format=row &</userinput>
</programlisting>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7947 - in trunk: refman-5.1 refman-5.2 | jon | 3 Oct |