Author: jstephens
Date: 2007-10-03 18:39:04 +0200 (Wed, 03 Oct 2007)
New Revision: 7952
Log:
Fixed wrong word (Thanks, Paul!)
Modified:
trunk/refman-5.1/sql-syntax.xml
trunk/refman-5.2/sql-syntax.xml
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-10-03 13:09:00 UTC (rev 7951)
+++ trunk/refman-5.1/sql-syntax.xml 2007-10-03 16:39:04 UTC (rev 7952)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 820 bytes
@@ -2120,7 +2120,7 @@
5.1.22-ndb-6.3.3, you can add indexes online, using the
<literal>ONLINE</literal> keyword. This means that the creation
of the index does not require the affected table to be copied.
- You can also drop indexes offline, which does cause the table to
+ You can also add indexes offline, which does cause the table to
be copied, using <literal>OFFLINE</literal>. The rules and
limitations governing online <literal>CREATE ONLINE
INDEX</literal> and <literal>CREATE OFFLINE INDEX</literal> are
Modified: trunk/refman-5.2/sql-syntax.xml
===================================================================
--- trunk/refman-5.2/sql-syntax.xml 2007-10-03 13:09:00 UTC (rev 7951)
+++ trunk/refman-5.2/sql-syntax.xml 2007-10-03 16:39:04 UTC (rev 7952)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 829 bytes
@@ -2122,7 +2122,7 @@
Beginning with MySQL 5.2.6, you can add indexes online, using
the <literal>ONLINE</literal> keyword. This means that the
creation of the index does not require the affected table to be
- copied. You can also drop indexes offline, which does cause the
+ copied. You can also add indexes offline, which does cause the
table to be copied, using <literal>OFFLINE</literal>. The rules
and limitations governing online <literal>CREATE ONLINE
INDEX</literal> and <literal>CREATE OFFLINE INDEX</literal> are
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7952 - in trunk: refman-5.1 refman-5.2 | jon | 3 Oct |