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 <message ver="..."> 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 @@
<bugs>
<fixes bugid="39434"/>
+ <seealsobug bugid="20129"/>
</bugs>
<versions>
@@ -8261,6 +8262,7 @@
<bugs>
<fixes bugid="20129"/>
+ <seealsobug bugid="39434"/>
</bugs>
<versions>
@@ -8316,7 +8318,7 @@
</message>
- <message ver="5.1.27,6.0.6">
+ <message ver="5.1.27">
<para>
The statements <literal role="stmt">ANALYZE TABLE</literal>,
@@ -8326,28 +8328,56 @@
for partitioned tables.
</para>
- </message>
-
- <message ver="5.1.27">
-
<para>
Also as a result of this fix, the following statements which
were disabled in MySQL 5.1.24 have been re-enabled:
</para>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <literal>ALTER TABLE ... ANALYZE PARTITION</literal>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ALTER TABLE ... CHECK PARTITION</literal>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ALTER TABLE ... OPTIMIZE PARTITION</literal>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ALTER TABLE ... REPAIR PARTITION</literal>
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
</message>
<message ver="6.0.6">
<para>
+ The statements <literal role="stmt">ANALYZE TABLE</literal>,
+ <literal role="stmt">CHECK TABLE</literal>,
+ <literal role="stmt">OPTIMIZE TABLE</literal>, and
+ <literal role="stmt">REPAIR TABLE</literal> are now supported
+ for partitioned tables.
+ </para>
+
+ <para>
Also as a result of this fix, the following statements which
were disabled in MySQL 6.0.5 have been re-enabled:
</para>
- </message>
-
- <message ver="5.1.27,6.0.6">
-
<itemizedlist>
<listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12939 - trunk/dynamic-docs/changelog | jon | 12 Dec |