List:Commits« Previous MessageNext Message »
From:jon Date:April 6 2007 1:44pm
Subject:svn commit - mysqldoc@docsrva: r5764 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2007-04-06 15:43:59 +0200 (Fri, 06 Apr 2007)
New Revision: 5764

Log:

Corrected default connectstring value in ndb_restore options table.



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2007-04-06 13:21:25 UTC (rev 5763)
+++ trunk/refman-4.1/mysql-cluster.xml	2007-04-06 13:43:59 UTC (rev 5764)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 754 bytes

@@ -13077,7 +13077,7 @@
                   <entry>Set the connectstring in
                     <literal>[nodeid=<replaceable>node_id;][host=]</replaceable><replaceable>host</replaceable>[:<replaceable>port</replaceable>]</literal>
                     format</entry>
-                  <entry><emphasis>None</emphasis></entry>
+                  <entry><literal>localhost:1186</literal></entry>
                 </row>
                 <row>
                   <entry><option>--core-file</option></entry>


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2007-04-06 13:21:25 UTC (rev 5763)
+++ trunk/refman-5.0/mysql-cluster.xml	2007-04-06 13:43:59 UTC (rev 5764)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 754 bytes

@@ -13176,7 +13176,7 @@
                   <entry>Set the connectstring in
                     <literal>[nodeid=<replaceable>node_id;][host=]</replaceable><replaceable>host</replaceable>[:<replaceable>port</replaceable>]</literal>
                     format</entry>
-                  <entry><emphasis>None</emphasis></entry>
+                  <entry><literal>localhost:1186</literal></entry>
                 </row>
                 <row>
                   <entry><option>--core-file</option></entry>


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-04-06 13:21:25 UTC (rev 5763)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-04-06 13:43:59 UTC (rev 5764)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 754 bytes

@@ -13481,7 +13481,7 @@
                   <entry>Set the connectstring in
                     <literal>[nodeid=<replaceable>node_id;][host=]</replaceable><replaceable>host</replaceable>[:<replaceable>port</replaceable>]</literal>
                     format</entry>
-                  <entry><emphasis>None</emphasis></entry>
+                  <entry><literal>localhost:1186</literal></entry>
                 </row>
                 <row>
                   <entry><option>--core-file</option></entry>


Thread
svn commit - mysqldoc@docsrva: r5764 - in trunk: refman-4.1 refman-5.0 refman-5.1jon6 Apr