List:Commits« Previous MessageNext Message »
From:jon Date:March 16 2006 8:29am
Subject:svn commit - mysqldoc@docsrva: r1598 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-16 09:29:57 +0100 (Thu, 16 Mar 2006)
New Revision: 1598

Log:

Documenting partitioning bugfixes:
  Bug #15407, Bug #16370, Bug #16810, Bug #17127, Bug #17140, Bug #17947




Modified:
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-16 00:01:44 UTC (rev 1597)
+++ trunk/refman-common/news-5.1.xml	2006-03-16 08:29:57 UTC (rev 1598)
@@ -427,6 +427,53 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <literal>ALTER TABLE ... REBUILD PARTITION</literal> with no partition
+          name specified would crash the server. (Bug #17940)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Trying to add a partition to a table having subpartitions could crash
+          the server. (Bug #17140)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Attempting to use a conflicting <literal>VALUES</literal> clause in
+          <literal>ALTER TABLE ... ADD PARTITION</literal> caused the server to
+          crash. An example of such a conflicting clause would be that uses
+          <literal>VALUES LESS THAN
+            (<replaceable>constant</replaceable>)</literal> (which indicates a
+          range) with a table that is partitioned by <literal>LIST</literal>.
+          (Bug #17127)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>ALTER TABLE ... COALESCE PARTITION</literal> failed with an
+          <errortext>Out of Memory</errortext> error. (Bug #16810)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Names of subpartitions were not displayed in the output of
+          <literal>SHOW CREATE TABLE</literal>. (Bug #16370)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Setting up subpartitions on at least one but not all the partitions of
+          a partitioned table caused the server to crash. (Bug #15407)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1598 - trunk/refman-commonjon16 Mar