List:Commits« Previous MessageNext Message »
From:jon Date:June 15 2007 11:34am
Subject:svn commit - mysqldoc@docsrva: r6802 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-06-15 11:34:47 +0200 (Fri, 15 Jun 2007)
New Revision: 6802

Log:

Documented Partitioning bugfixes: Bug #28477, Bug #28488




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	2007-06-15 09:19:25 UTC (rev 6801)
+++ trunk/refman-5.1/news-5.1.xml	2007-06-15 09:34:47 UTC (rev 6802)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 769 bytes

@@ -157,6 +157,16 @@
           or DDL statements on the target table. (Bug #23667)
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          Performing <literal>ALTER TABLE ... ADD PARTITION</literal> or
+          <literal>ALTER TABLE DROP PARTITION</literal> could result in
+          inconcsistent data, or cause the server to crash, if done
+          concurrently with other accesses to the table. (Bug #28477,
+          Bug #28488)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r6802 - trunk/refman-5.1jon15 Jun