List:Commits« Previous MessageNext Message »
From:jon Date:February 23 2006 11:28am
Subject:svn commit - mysqldoc@docsrva: r1431 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-02-23 12:28:03 +0100 (Thu, 23 Feb 2006)
New Revision: 1431

Log:


Documented Partitioning bugfixes: 15408, 17169, 17393.



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-23 11:13:46 UTC (rev 1430)
+++ trunk/refman-common/news-5.1.xml	2006-02-23 11:28:03 UTC (rev 1431)
@@ -70,16 +70,35 @@
     <para>
       Functionality added or changed:
     </para>
-
-    <remark>
-      ADD AN ITEMIZED LIST WHEN WE HAVE SOME ITEMS THAT GO HERE
-    </remark>
-
+    
+    <itemizedlist>
+      
+      <listitem>
+        <para>
+          More specific error messages are now given when attempting to
+          create an excessive number of partitions or subpartitions.
+          (Previously, no distinction was made between an excessive
+          number of partitions and an excessive number of
+          subpartitions.) (Bug #17393)
+        </para>
+      </listitem>
+      
+    </itemizedlist>
+    
+    
     <para>
       Bugs fixed:
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          Attempting to add a new partition to a table partitioned by a
+          unque key would cause an <errortext>Out of memory</errortext>
+          error. (Bug #17169)
+        </para>
+      </listitem>
 
       <listitem>
         <para>
@@ -133,6 +152,13 @@
           <xref linkend="mysql-upgrade"/>.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          All subpartitions within a given partitioned table are now
+          guaranteed to have unque names. (Bug #15408)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1431 - trunk/refman-commonjon23 Feb