List:Commits« Previous MessageNext Message »
From:stefan Date:March 23 2007 11:01am
Subject:svn commit - mysqldoc@docsrva: r5518 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2007-03-23 11:01:08 +0100 (Fri, 23 Mar 2007)
New Revision: 5518

Log:
OPTIMIZE TABLE works for ARCHIVE tables, too (fixes Bug #27382)

Modified:
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2007-03-23 09:53:07 UTC (rev 5517)
+++ trunk/refman-5.0/sql-syntax.xml	2007-03-23 10:01:08 UTC (rev 5518)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 833 bytes

@@ -14694,9 +14694,10 @@
         <para>
           <literal>OPTIMIZE TABLE</literal> works
           <emphasis>only</emphasis> for
<literal>MyISAM</literal>,
-          <literal>BDB</literal>, and <literal>InnoDB</literal>
tables.
-          It does <emphasis>not</emphasis> work for tables created using
-          any other storage engine.
+          <literal>InnoDB</literal>, and (as of MySQL 5.0.16)
+          <literal>ARCHIVE</literal> tables. It does
+          <emphasis>not</emphasis> work for tables created using any
+          other storage engine.
         </para>
 
         <para>


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2007-03-23 09:53:07 UTC (rev 5517)
+++ trunk/refman-5.1/sql-syntax.xml	2007-03-23 10:01:08 UTC (rev 5518)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 5; 968 bytes

@@ -16294,11 +16294,11 @@
 
         <para>
           <literal>OPTIMIZE TABLE</literal> works
-          <emphasis>only</emphasis> for <literal>MyISAM</literal>
and
-          <literal>InnoDB</literal> tables. It does
-          <emphasis>not</emphasis> work for tables created using any
-          other storage engine, including <literal>NDB</literal> Disk
-          Data tables.
+          <emphasis>only</emphasis> for
<literal>MyISAM</literal>,
+          <literal>InnoDB</literal>, and
<literal>ARCHIVE</literal>
+          tables. It does <emphasis>not</emphasis> work for tables
+          created using any other storage engine, including
+          <literal>NDB</literal> Disk Data tables.
         </para>
 
         <para>


Thread
svn commit - mysqldoc@docsrva: r5518 - in trunk: refman-5.0 refman-5.1stefan23 Mar