List:Commits« Previous MessageNext Message »
From:jon Date:October 18 2006 12:10pm
Subject:svn commit - mysqldoc@docsrva: r3667 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-10-18 12:10:33 +0200 (Wed, 18 Oct 2006)
New Revision: 3667

Log:

Documenting fix for Partitioning Bug #21210.



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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-10-18 02:38:28 UTC (rev 3666)
+++ trunk/refman-5.1/news-5.1.xml	2006-10-18 10:10:33 UTC (rev 3667)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 621 bytes

@@ -1858,6 +1858,14 @@
           longer available. (Bug #9678)
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          Using <literal>ALTER TABLE ... REORGANIZE PARTITIONS</literal>
+          to reduce the number of subpartitions to 1 caused the server
+          to crash. (Bug #21210)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r3667 - trunk/refman-5.1jon18 Oct