Author: jstephens
Date: 2006-03-29 09:17:59 +0200 (Wed, 29 Mar 2006)
New Revision: 1697
Log:
Cluster Limitations: DDL statements aren't NF-safe. (Bug #18537)
Modified:
trunk/refman-4.1/ndbcluster.xml
trunk/refman-5.0/ndbcluster.xml
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml 2006-03-29 05:59:03 UTC (rev 1696)
+++ trunk/refman-4.1/ndbcluster.xml 2006-03-29 07:17:59 UTC (rev 1697)
@@ -9475,6 +9475,17 @@
the database tables without error.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ DDL operations are not node failure safe. If a node fails
+ while trying to peform one of these (such as
+ <literal>CREATE TABLE</literal> or <literal>ALTER
+ TABLE</literal>), the data dictionary is locked and no
+ further DDL statements can be executed without restarting
+ the cluster.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2006-03-29 05:59:03 UTC (rev 1696)
+++ trunk/refman-5.0/ndbcluster.xml 2006-03-29 07:17:59 UTC (rev 1697)
@@ -9465,6 +9465,17 @@
be able to detect the database tables without error.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ DDL operations are not node failure safe. If a node fails
+ while trying to peform one of these (such as
+ <literal>CREATE TABLE</literal> or <literal>ALTER
+ TABLE</literal>), the data dictionary is locked and no
+ further DDL statements can be executed without restarting
+ the cluster.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-03-29 05:59:03 UTC (rev 1696)
+++ trunk/refman-5.1/ndbcluster.xml 2006-03-29 07:17:59 UTC (rev 1697)
@@ -11472,6 +11472,17 @@
the database tables without error.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ DDL operations are not node failure safe. If a node fails
+ while trying to peform one of these (such as
+ <literal>CREATE TABLE</literal> or <literal>ALTER
+ TABLE</literal>), the data dictionary is locked and no
+ further DDL statements can be executed without restarting
+ the cluster.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1697 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 29 Mar |