Author: jstephens
Date: 2006-01-04 16:24:09 +0100 (Wed, 04 Jan 2006)
New Revision: 671
Log:
Table maintenance statements allowed in SPs a/o 5.0.17. (Thanks, Kostja!)
Modified:
trunk/refman-5.0/restrictions.xml
trunk/refman-5.1/restrictions.xml
Modified: trunk/refman-5.0/restrictions.xml
===================================================================
--- trunk/refman-5.0/restrictions.xml 2006-01-04 15:07:07 UTC (rev 670)
+++ trunk/refman-5.0/restrictions.xml 2006-01-04 15:24:09 UTC (rev 671)
@@ -73,7 +73,9 @@
<listitem>
<para>
The table-maintenance statements <literal>CHECK
- TABLES</literal> and <literal>OPTIMIZE TABLES</literal>.
+ TABLES</literal> and <literal>OPTIMIZE TABLES</literal>.
+ <emphasis role="bold">Note</emphasis>: This restriction is
+ lifted beginning with MySQL 5.0.17.
</para>
</listitem>
Modified: trunk/refman-5.1/restrictions.xml
===================================================================
--- trunk/refman-5.1/restrictions.xml 2006-01-04 15:07:07 UTC (rev 670)
+++ trunk/refman-5.1/restrictions.xml 2006-01-04 15:24:09 UTC (rev 671)
@@ -72,13 +72,6 @@
<listitem>
<para>
- The table-maintenance statements <literal>CHECK
- TABLES</literal> and <literal>OPTIMIZE TABLES</literal>.
- </para>
- </listitem>
-
- <listitem>
- <para>
The locking statements <literal>LOCK TABLES</literal>,
<literal>UNLOCK TABLES</literal>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r671 - in trunk: refman-5.0 refman-5.1 | jon | 4 Jan |