From: Date: December 12 2008 11:31am
Subject: svn commit - mysqldoc@docsrva: r12939 - trunk/dynamic-docs/changelog
List-Archive: http://lists.mysql.com/commits/61461
Message-Id: <200812121031.mBCAVTGM017919@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2008-12-12 11:31:29 +0100 (Fri, 12 Dec 2008)
New Revision: 12939
Log:
Straightened out changelog entries for BUg#20129 and Bug#39434
(I tried to be too clever with with the result that
the output was garbled.)
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-12-12 10:18:56 UTC (rev 12938)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-12-12 10:31:29 UTC (rev 12939)
Changed blocks: 4, Lines Added: 39, Lines Deleted: 9; 2181 bytes
@@ -951,6 +951,7 @@
+
@@ -8261,6 +8262,7 @@
+
@@ -8316,7 +8318,7 @@
-
+
The statements ANALYZE TABLE,
@@ -8326,28 +8328,56 @@
for partitioned tables.
-
-
-
-
Also as a result of this fix, the following statements which
were disabled in MySQL 5.1.24 have been re-enabled:
+
+
+
+
+ ALTER TABLE ... ANALYZE PARTITION
+
+
+
+
+
+ ALTER TABLE ... CHECK PARTITION
+
+
+
+
+
+ ALTER TABLE ... OPTIMIZE PARTITION
+
+
+
+
+
+ ALTER TABLE ... REPAIR PARTITION
+
+
+
+
+
+ The statements ANALYZE TABLE,
+ CHECK TABLE,
+ OPTIMIZE TABLE, and
+ REPAIR TABLE are now supported
+ for partitioned tables.
+
+
+
Also as a result of this fix, the following statements which
were disabled in MySQL 6.0.5 have been re-enabled:
-
-
-
-