List:Commits« Previous MessageNext Message »
From:jon Date:April 5 2006 12:59pm
Subject:svn commit - mysqldoc@docsrva: r1727 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-04-05 14:59:18 +0200 (Wed, 05 Apr 2006)
New Revision: 1727

Log:


Cluster Limitations: Updated description of autodiscovery behaviour.



Modified:
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-04-05 12:34:01 UTC (rev 1726)
+++ trunk/refman-5.1/ndbcluster.xml	2006-04-05 12:59:18 UTC (rev 1727)
@@ -11105,11 +11105,6 @@
 
     <title>&title-mysql-cluster-limitations;</title>
 
-    <remark role="todo">
-      Check this section for relevance to 5.1 and update accordingly
-      (Jeb is assisting with this). [js]
-    </remark>
-
     <remark role="note">
       Changed section title to remove version-specificity. [js]
     </remark>
@@ -11540,22 +11535,6 @@
               lock).
             </para>
           </listitem>
-
-          <listitem>
-            <para>
-              Autodiscovery of databases is not supported for multiple
-              MySQL servers accessing the same MySQL Cluster. However,
-              autodiscovery of tables is supported in such cases. What
-              this means is that after a database named
-              <replaceable>db_name</replaceable> is created or imported
-              using one MySQL server, you should issue a <literal>CREATE
-              SCHEMA <replaceable>db_name</replaceable></literal>
-              statement on each additional MySQL server that accesses
-              the same MySQL Cluster. Once this has been done for a
-              given MySQL server, that server should be able to detect
-              the database tables without error.
-            </para>
-          </listitem>
           
           <listitem>
             <para>
@@ -11739,6 +11718,30 @@
             </para>
           </listitem>
           
+          <listitem>
+            <para>
+              Autodiscovery of databases is now supported for multiple
+              MySQL servers accessing the same MySQL Cluster, provided
+              that a given <command>mysqld</command> is already running
+              and is connected to the cluster at the time that the
+              database is created on a different
+              <command>mysqld</command>.
+            </para>
+            
+            <para>
+              What this means is that if a <command>mysqld</command>
+              process first connects to the cluster after a database
+              named <replaceable>db_name</replaceable> has been created,
+              you should issue a <literal>CREATE SCHEMA
+                <replaceable>db_name</replaceable></literal> statement
+              on the <quote>new</quote> MySQL server when it first
+              accesses that MySQL Cluster. Once this has been done, the
+              <quote>new</quote> <command>mysqld</command> should be
+              able to detect the any tables in that database tables
+              without error.
+            </para>
+          </listitem>
+          
         </itemizedlist>        
         
       </listitem>

Thread
svn commit - mysqldoc@docsrva: r1727 - trunk/refman-5.1jon5 Apr