List:Commits« Previous MessageNext Message »
From:jon Date:August 7 2007 5:21pm
Subject:svn commit - mysqldoc@docsrva: r7374 - in trunk: refman-5.1 refman-5.2
View as plain text  
Author: jstephens
Date: 2007-08-07 19:21:44 +0200 (Tue, 07 Aug 2007)
New Revision: 7374

Log:

CREATE SCHEMA on each data node -> CREATE SCHEMA on each SQL node

(Thanks to S. Lelievre for pointing this out.)



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


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-08-07 16:52:58 UTC (rev 7373)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-08-07 17:21:44 UTC (rev 7374)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 706 bytes

@@ -20162,7 +20162,7 @@
             on the master cluster that are to be replicated to the
             slave. <emphasis role="bold">Important</emphasis>: A
             <literal>CREATE SCHEMA</literal> statement corresponding to
-            each database to be replicated must be executed on each data
+            each database to be replicated must be executed on each SQL
             node in the slave cluster.
           </para>
         </listitem>


Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml	2007-08-07 16:52:58 UTC (rev 7373)
+++ trunk/refman-5.2/mysql-cluster.xml	2007-08-07 17:21:44 UTC (rev 7374)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 706 bytes

@@ -19397,7 +19397,7 @@
             on the master cluster that are to be replicated to the
             slave. <emphasis role="bold">Important</emphasis>: A
             <literal>CREATE SCHEMA</literal> statement corresponding to
-            each database to be replicated must be executed on each data
+            each database to be replicated must be executed on each SQL
             node in the slave cluster.
           </para>
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r7374 - in trunk: refman-5.1 refman-5.2jon7 Aug