List:Commits« Previous MessageNext Message »
From:jon Date:July 24 2008 7:09am
Subject:svn commit - mysqldoc@docsrva: r11340 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-07-24 07:09:52 +0200 (Thu, 24 Jul 2008)
New Revision: 11340

Log:

We don't support mysqlcheck or myisamchk with partitioned tables;
removed statement in changelog that claimed otherwise

(Followup on Bug#20129)



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-24 05:04:28 UTC (rev 11339)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-24 05:09:52 UTC (rev 11340)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 4; 781 bytes

@@ -3449,10 +3449,7 @@
         statement and <literal>ALTER TABLE ... REORGANIZE
         PARTITION</literal> may be used to analyze and optimize
         partitioned tables, since these operations cause the partition
-        files to be rebuilt. In addition, it remains possible to use
-        <command>mysqlcheck</command> on partitioned tables and
-        <command>myisamchk</command> on partitioned
-        <literal>MyISAM</literal> tables.
+        files to be rebuilt.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r11340 - trunk/dynamic-docs/changelogjon24 Jul