Author: pd221994
Date: 2011-06-09 19:15:57 +0200 (Thu, 09 Jun 2011)
New Revision: 26475
Log:
r48786@dhcp-adc-twvpn-1-vpnpool-10-154-24-148: paul | 2011-06-09 11:02:12 -0500
Clarify changelog entry
Modified:
svk:merge
trunk/dynamic-docs/changelog/mysqld.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2011-06-09 17:15:49 UTC (rev 26474)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2011-06-09 17:15:57 UTC (rev 26475)
Changed blocks: 2, Lines Added: 22, Lines Deleted: 22; 3300 bytes
@@ -99624,12 +99624,12 @@
<message>
<para>
- For <literal role="stmt">ALTER TABLE</literal>, the
- <literal>ONLINE</literal> keyword can be used to perform online
- (noncopying) <literal>ADD INDEX</literal> and <literal>DROP
- INDEX</literal> operations for dynamic (variable-width) columns
- on <literal role="se">NDB</literal> tables. This is also true
- for <literal role="stmt">CREATE INDEX</literal> and
+ For <literal role="stmt">ALTER TABLE</literal>, <literal>ADD
+ INDEX</literal> and <literal>DROP INDEX</literal> operations for
+ dynamic (variable-width) columns on
+ <literal role="se">NDB</literal> tables are now performed as
+ online (noncopying) operations. This is also true for
+ <literal role="stmt">CREATE INDEX</literal> and
<literal role="stmt">DROP INDEX</literal>. Renaming of
<literal role="se">NDB</literal> and
<literal role="se">MyISAM</literal> tables and of columns in
@@ -99671,32 +99671,32 @@
<para>
Online <literal>ADD COLUMN</literal>, <literal>ADD
- INDEX</literal>, and <literal role="stmt">DROP INDEX</literal>
- operations can now be performed explicitly for
- <literal role="se">NDB</literal> tables, as well as online
- renaming of tables and columns for
- <literal role="se">NDB</literal> and <literal>MyISAM</literal>
- tables—that is, without copying or locking of the affected
- tables—using <literal>ALTER ONLINE TABLE</literal>.
+ INDEX</literal>, and <literal>DROP INDEX</literal> operations
+ can now be performed explicitly for
+ <literal role="se">NDB</literal> tables—that is, without
+ copying or locking of the affected tables—using
+ <literal>ALTER ONLINE TABLE</literal>. Indexes can also be
+ created and dropped online using <literal role="stmt">CREATE
+ INDEX</literal> and <literal role="stmt">DROP INDEX</literal>,
+ respectively, using the <literal>ONLINE</literal> keyword.
</para>
<para>
- Indexes can also be created and dropped online using
- <literal role="stmt">CREATE INDEX</literal> and
- <literal role="stmt">DROP INDEX</literal>, respectively, using
- the <literal>ONLINE</literal> keyword.
- </para>
-
- <para>
You can force operations that would otherwise be performed
online to be done offline using the <literal>OFFLINE</literal>
keyword.
</para>
<para>
- See <xref linkend="alter-table"/>,
+ Renaming of tables and columns for
+ <literal role="se">NDB</literal> and <literal>MyISAM</literal>
+ tables is performed in place without table copying.
+ </para>
+
+ <para>
+ For more information, see <xref linkend="alter-table"/>,
<xref linkend="create-index"/>, and
- <xref linkend="drop-index"/>, for more information.
+ <xref linkend="drop-index"/>.
</para>
</message>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26475 - in trunk: . dynamic-docs/changelog | paul.dubois | 9 Jun |