Author: jstephens
Date: 2006-06-15 13:01:45 +0200 (Thu, 15 Jun 2006)
New Revision: 2392
Log:
Documenting new ndb_use_copying_alter_table server system variable. (Thanks, Martin!)
Modified:
trunk/refman-5.1/database-administration.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-06-15 10:48:52 UTC (rev 2391)
+++ trunk/refman-5.1/database-administration.xml 2006-06-15 11:01:45 UTC (rev 2392)
@@ -5867,6 +5867,23 @@
<listitem>
<para>
+ <literal>ndb_use_copying_alter_table</literal>
+ </para>
+
+ <para>
+ Forces <literal>NDB</literal> to use copying of tables in
+ the event of problems with online <literal>ALTER
+ TABLE</literal> operations. The default value is
+ <literal>OFF</literal>.
+ </para>
+
+ <para>
+ This variable was added in MySQL 5.1.12.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>ndb_use_exact_count</literal>
</para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-06-15 10:48:52 UTC (rev 2391)
+++ trunk/refman-common/news-5.1.xml 2006-06-15 11:01:45 UTC (rev 2392)
@@ -137,6 +137,15 @@
be specified for processing binary log files. (Bug #18351)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ Added the <option>--ndb-use-copying-alter-table</option>
+ option to <command>mysqld</command> to provide a fallback in
+ case of problems with online <literal>ALTER TABLE</literal>
+ operations on <literal>NDBCluster</literal> tables.
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2392 - in trunk: refman-5.1 refman-common | jon | 15 Jun |