Author: pd221994
Date: 2011-06-09 19:15:49 +0200 (Thu, 09 Jun 2011)
New Revision: 26474
Log:
r48785@dhcp-adc-twvpn-1-vpnpool-10-154-24-148: paul | 2011-06-09 10:44:10 -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:43 UTC (rev 26473)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2011-06-09 17:15:49 UTC (rev 26474)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 9; 1866 bytes
@@ -99624,19 +99624,24 @@
<message>
<para>
- Online (noncopying) <literal>ADD INDEX</literal> and
- <literal role="stmt">DROP INDEX</literal> operations are now
- performed on dynamic (variable-width) columns. Renaming of
- <literal role="se">NDB</literal> and <literal>MyISAM</literal>
- tables and of columns in such tables is now performed without
- copying or locking the tables. As a result, these operations are
- now performed much more quickly than previously.
+ 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
+ <literal role="stmt">DROP INDEX</literal>. Renaming of
+ <literal role="se">NDB</literal> and
+ <literal role="se">MyISAM</literal> tables and of columns in
+ such tables is now performed in place without copying or locking
+ the tables. As a result, these operations are now performed much
+ more quickly than previously.
</para>
<para>
- See <xref linkend="alter-table"/>,
+ 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: r26474 - in trunk: . dynamic-docs/changelog | paul.dubois | 9 Jun |