List:Commits« Previous MessageNext Message »
From:jon Date:April 7 2006 11:13am
Subject:svn commit - mysqldoc@docsrva: r1756 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-07 13:13:30 +0200 (Fri, 07 Apr 2006)
New Revision: 1756

Log:

Documenting fix for Bug #18558 (Partitioning).



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-07 10:16:34 UTC (rev 1755)
+++ trunk/refman-common/news-5.1.xml	2006-04-07 11:13:30 UTC (rev 1756)
@@ -195,6 +195,18 @@
       
       <listitem>
         <para>
+          Partition pruning did not work properly for some kinds of
+          partitioning and subpartitioning, with certain
+          <literal>WHERE</literal> clauses. (Partitions and
+          subpartitions that should have been marked as used were not so
+          marked.) The error could manifest as incorrect content in
+          <literal>EXPLAIN PARTITIONS</literal> output as well as
+          missing rows in the results of affected queries. (Bug #18558) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: An unitialised internal
           variable could lead to unexpected results. (Bug #18831)
         </para>

Thread
svn commit - mysqldoc@docsrva: r1756 - trunk/refman-commonjon7 Apr