Author: jstephens
Date: 2007-11-30 13:00:50 +0100 (Fri, 30 Nov 2007)
New Revision: 9010
Log:
REPAIR TABLE uses CHECK TABLE ... FOR UPGRADE if the USE_FRM optin isn't
used (Thanks, Sergei!)
Fixes Docs Bug #32635
Modified:
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-6.0/sql-syntax.xml
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2007-11-30 02:36:25 UTC (rev 9009)
+++ trunk/refman-4.1/sql-syntax.xml 2007-11-30 12:00:50 UTC (rev 9010)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 746 bytes
@@ -13958,6 +13958,14 @@
</para>
</note>
+ <para>
+ If <literal>USE_FRM</literal> is <emphasis>not</emphasis>
+ used, then a <literal>CHECK TABLE ... FOR UPGRADE</literal>
+ statement is automatically run as part of the <literal>REPAIR
+ TABLE</literal>. See <xref linkend="check-table"/>, for more
+ information.
+ </para>
+
<caution>
<para>
Do not use <literal>USE_FRM</literal> if your table was
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2007-11-30 02:36:25 UTC (rev 9009)
+++ trunk/refman-5.0/sql-syntax.xml 2007-11-30 12:00:50 UTC (rev 9010)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 746 bytes
@@ -15779,6 +15779,14 @@
</para>
</note>
+ <para>
+ If <literal>USE_FRM</literal> is <emphasis>not</emphasis>
+ used, then a <literal>CHECK TABLE ... FOR UPGRADE</literal>
+ statement is automatically run as part of the <literal>REPAIR
+ TABLE</literal>. See <xref linkend="check-table"/>, for more
+ information.
+ </para>
+
<caution>
<para>
Do not use <literal>USE_FRM</literal> if your table was
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-11-30 02:36:25 UTC (rev 9009)
+++ trunk/refman-5.1/sql-syntax.xml 2007-11-30 12:00:50 UTC (rev 9010)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 746 bytes
@@ -18133,6 +18133,14 @@
</para>
</note>
+ <para>
+ If <literal>USE_FRM</literal> is <emphasis>not</emphasis>
+ used, then a <literal>CHECK TABLE ... FOR UPGRADE</literal>
+ statement is automatically run as part of the <literal>REPAIR
+ TABLE</literal>. See <xref linkend="check-table"/>, for more
+ information.
+ </para>
+
<caution>
<para>
Do not use <literal>USE_FRM</literal> if your table was
Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml 2007-11-30 02:36:25 UTC (rev 9009)
+++ trunk/refman-6.0/sql-syntax.xml 2007-11-30 12:00:50 UTC (rev 9010)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 746 bytes
@@ -18521,6 +18521,14 @@
</para>
</note>
+ <para>
+ If <literal>USE_FRM</literal> is <emphasis>not</emphasis>
+ used, then a <literal>CHECK TABLE ... FOR UPGRADE</literal>
+ statement is automatically run as part of the <literal>REPAIR
+ TABLE</literal>. See <xref linkend="check-table"/>, for more
+ information.
+ </para>
+
<caution>
<para>
Do not use <literal>USE_FRM</literal> if your table was
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9010 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0 | jon | 30 Nov |