Author: js221926
Date: 2011-03-01 12:37:49 +0100 (Tue, 01 Mar 2011)
New Revision: 25191
Log:
Wording and other fixes
Modified:
trunk/refman-5.1/sql-syntax-data-definition.xml
Modified: trunk/refman-5.1/sql-syntax-data-definition.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-data-definition.xml 2011-03-01 10:53:04 UTC (rev 25190)
+++ trunk/refman-5.1/sql-syntax-data-definition.xml 2011-03-01 11:37:49 UTC (rev 25191)
Changed blocks: 6, Lines Added: 18, Lines Deleted: 18; 3935 bytes
@@ -478,8 +478,9 @@
The <literal>ENGINE</literal> parameter (required) determines the
storage engine which is used by this log file group, with
<replaceable>engine_name</replaceable> being the name of the
- storage engine. In MySQL 5.1 and MySQL Cluster NDB 6.x, the only
- accepted values for <replaceable>engine_name</replaceable> are
+ storage engine. In MySQL 5.1, MySQL Cluster NDB 6.x, and MySQL
+ Cluster NDB 7.x, the only accepted values for
+ <replaceable>engine_name</replaceable> are
<quote><literal role="se">NDBCLUSTER</literal></quote> and
<quote><literal role="se">NDB</literal></quote>. The two values
are equivalent.
@@ -533,9 +534,9 @@
<para>
<literal role="stmt">ALTER LOGFILE GROUP</literal> was added in
- MySQL 5.1.6. In MySQL 5.1 and MySQL Cluster NDB 6.x, it is useful
- only with Disk Data storage for MySQL Cluster. For more
- information, see <xref linkend="mysql-cluster-disk-data"/>.
+ MySQL 5.1.6. It is useful only with Disk Data storage for MySQL
+ Cluster. For more information, see
+ <xref linkend="mysql-cluster-disk-data"/>.
</para>
</section>
@@ -925,7 +926,8 @@
<listitem>
<para>
<literal>ALTER TABLE ... ADD PARTITION</literal> creates no
- temporary table except for MySQL Cluster.
+ temporary table except except when used with
+ <literal role="se">NDB</literal> tables.
<literal>ADD</literal> or <literal>DROP</literal> operations
for <literal>RANGE</literal> or <literal>LIST</literal>
partitions are immediate operations or nearly so.
@@ -1098,8 +1100,8 @@
</para>
<para>
- In MySQL Cluster NDB 7.0, it is also possible to use the
- statement <literal>ALTER ONLINE TABLE ... REORGANIZE
+ In MySQL Cluster NDB 7.0 and later, it is also possible to use
+ the statement <literal>ALTER ONLINE TABLE ... REORGANIZE
PARTITION</literal> with no
<literal><replaceable>partition_names</replaceable> INTO
(<replaceable>partition_definitions</replaceable>)</literal>
@@ -3940,11 +3942,10 @@
<note>
<para>
The <literal>ONLINE</literal> and <literal>OFFLINE</literal>
- keywords are available only in MySQL Cluster NDB 6.2 and MySQL
- Cluster NDB 6.3 releases beginning with versions 6.2.5 and
- 6.3.3, respectively; attempting to use them in earlier MySQL
- Cluster NDB 6.2 or 6.3 releases, standard MySQL 5.1 releases, or
- MySQL Cluster NDB 6.1 releases results in a syntax error.
+ keywords are available only in MySQL Cluster NDB 6.2.5, 6.3.3,
+ and later MySQL Cluster releases; attempting to use these
+ keywords in earlier MySQL Cluster releases or standard MySQL 5.1
+ releases results in a syntax error.
</para>
</note>
@@ -9599,11 +9600,10 @@
<note>
<para>
The <literal>ONLINE</literal> and <literal>OFFLINE</literal>
- keywords are available only in MySQL Cluster NDB 6.2 and MySQL
- Cluster NDB 6.3 releases beginning with versions 6.2.5 and
- 6.3.3, respectively; attempting to use them in earlier MySQL
- Cluster NDB 6.2 or 6.3 releases, standard MySQL 5.1 releases, or
- MySQL Cluster NDB 6.1 releases results in a syntax error.
+ keywords are available only in MySQL Cluster NDB 6.2.5, 6.3.3,
+ and later MySQL Cluster releases; attempting to use these
+ keywords in earlier MySQL Cluster releases or standard MySQL 5.1
+ releases results in a syntax error.
</para>
</note>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25191 - trunk/refman-5.1 | jon.stephens | 1 Mar |