From: jon
Date: March 29 2006 7:18am
Subject: svn commit - mysqldoc@docsrva: r1697 - in trunk: refman-4.1 refman-5.0 refman-5.1
List-Archive: http://lists.mysql.com/commits/4263
Message-Id: <200603290718.k2T7I2t5024930@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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.
+
+
+
+ DDL operations are not node failure safe. If a node fails
+ while trying to peform one of these (such as
+ CREATE TABLE or ALTER
+ TABLE), the data dictionary is locked and no
+ further DDL statements can be executed without restarting
+ the cluster.
+
+
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.
+
+
+
+ DDL operations are not node failure safe. If a node fails
+ while trying to peform one of these (such as
+ CREATE TABLE or ALTER
+ TABLE), the data dictionary is locked and no
+ further DDL statements can be executed without restarting
+ the cluster.
+
+
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.
+
+
+
+ DDL operations are not node failure safe. If a node fails
+ while trying to peform one of these (such as
+ CREATE TABLE or ALTER
+ TABLE), the data dictionary is locked and no
+ further DDL statements can be executed without restarting
+ the cluster.
+
+