List:Commits« Previous MessageNext Message »
From:jon Date:March 13 2006 10:48am
Subject:svn commit - mysqldoc@docsrva: r1559 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-13 11:48:16 +0100 (Mon, 13 Mar 2006)
New Revision: 1559

Log:


Documenting Partitioning bugfixes: Bug #15253, 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-13 10:27:43 UTC (rev 1558)
+++ trunk/refman-common/news-5.1.xml	2006-03-13 10:48:16 UTC (rev 1559)
@@ -368,6 +368,22 @@
       
       <listitem>
         <para>
+          Using ALTER TABLE ... REBUILD PARTITION without specifying the name of
+          the partition caused the server to crash, rather than reporting a
+          syntax error. (Bug #17947)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          When attempting to insert a <literal>0</literal> into a
+          <literal>LIST</literal>-partitioned table that had no value-list
+          containing <literal>0</literal>, no error was reported. (Bug #15253)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           With <literal>ExtractValue()</literal>, the <literal>last()</literal>
           function returned <literal>1</literal> even when there was more than
           one node. (Bug #16318)

Thread
svn commit - mysqldoc@docsrva: r1559 - trunk/refman-commonjon13 Mar