List:Commits« Previous MessageNext Message »
From:jon Date:March 2 2006 6:28am
Subject:svn commit - mysqldoc@docsrva: r1482 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-03-02 07:28:45 +0100 (Thu, 02 Mar 2006)
New Revision: 1482

Log:

Partitioning bugfixes: Bug #14363, Bug #16684.



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-02 06:01:16 UTC (rev 1481)
+++ trunk/refman-common/news-5.1.xml	2006-03-02 06:28:45 UTC (rev 1482)
@@ -194,13 +194,20 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          On Linux, creation of table partitions failed within a stored
+          procedure. (Bug #14363)
+        </para>
+      </listitem>
 
-        <listitem>
-          <para>
-            <command>mysql_fix_privilege_tables</command> didn't create
-            the <literal>mysql.plugin</literal> table. (Bug #17568)
-          </para>
-        </listitem>
+      <listitem>
+        <para>
+          <command>mysql_fix_privilege_tables</command> didn't create the
+          <literal>mysql.plugin</literal> table. (Bug #17568)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
@@ -1307,6 +1314,13 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          An indexing error sometimes caused values to be assigned to the wrong
+          <literal>RANGE</literal> partition. (Bug #16684)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1482 - trunk/refman-commonjon2 Mar