List:Commits« Previous MessageNext Message »
From:jon Date:April 12 2006 1:31am
Subject:svn commit - mysqldoc@docsrva: r1801 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-12 03:31:24 +0200 (Wed, 12 Apr 2006)
New Revision: 1801

Log:

Documenting Partitioning bugfixes:

  Bug #15561, Bug #18329/Bug #18423, Bug #18750, Bug #18552/Bug #18753



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-12 00:36:24 UTC (rev 1800)
+++ trunk/refman-common/news-5.1.xml	2006-04-12 01:31:24 UTC (rev 1801)
@@ -94,6 +94,43 @@
       
       <listitem>
         <para>
+          Inserts failed with duplicate key errors on a table
+          partitioned using an <literal>AUTO_INCREMENT</literal>
+          column for the partitioning key. (Bug #18552, Bug #18753) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          Delimited identifiers for partitions were not being treated
+          the same as delimited identifiers for other database objects
+          (such as tables and columns) with regard to allowed
+          characters. (Bug #18750)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          A query on a table partitioned or subpartitioned by
+          <literal>HASH</literal> did not display all results when using
+          a <literal>WHERE</literal> condition involving a column used
+          in the hashing expression. (Bug #18423, Bug #18329)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          If the server were built without partition support, it was
+          possible to run partitioning-related statements with no errors
+          or warnings, even though these statements would have no
+          effect. Now such statements are disallowed unless the server
+          has been compiled using the
+          <option>&ddash;with-partition</option> option. (Bug #15561)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: In a 2-node cluster with a
           node failure, restarting the node with a low value for
           <literal>StartPartialTimeout</literal> could cause the cluster

Thread
svn commit - mysqldoc@docsrva: r1801 - trunk/refman-commonjon12 Apr