List:Commits« Previous MessageNext Message »
From:jon Date:July 4 2006 6:06am
Subject:svn commit - mysqldoc@docsrva: r2616 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-07-04 08:06:43 +0200 (Tue, 04 Jul 2006)
New Revision: 2616

Log:
Documenting Partitioning bugfixes:
	Bug #17138, Bug #20583

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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-07-04 04:27:35 UTC (rev 2615)
+++ trunk/refman-common/news-5.1.xml	2006-07-04 06:06:43 UTC (rev 2616)
@@ -298,6 +298,24 @@
       
       <listitem>
         <para>
+          A prepared statement that altered partitioned table within a
+          stored procedure failed with the error <errortext>Unknown
+            prepared statement handler</errortext>. (Bug #17138) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          A query selecting records from a single partition of a
+          partitioned table and using <literal>ORDER BY
+            <replaceable>ic</replaceable> DESC</literal> (where
+          <replaceable>ic</replaceable> represents an indexed column)
+          could cause errors or crash the server. (Bug #20583)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: Cluster system status
           variables were not updated. (Bug #11459)
         </para>

Thread
svn commit - mysqldoc@docsrva: r2616 - trunk/refman-commonjon4 Jul