List:Commits« Previous MessageNext Message »
From:jon Date:September 24 2007 12:44pm
Subject:svn commit - mysqldoc@docsrva: r7910 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-09-24 14:44:33 +0200 (Mon, 24 Sep 2007)
New Revision: 7910

Log:

Documented fix for Partitioning Bug #27927.



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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-09-24 12:21:16 UTC (rev 7909)
+++ trunk/refman-5.1/news-5.1.xml	2007-09-24 12:44:33 UTC (rev 7910)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 3; 1282 bytes

@@ -165,6 +165,16 @@
 
       <listitem>
         <para>
+          Partition pruning was not used for queries having
+          <literal>&lt;=</literal> or <literal>&gt;=</literal>
+          conditions in the <literal>WHERE</literal> clause on a table
+          using <literal>TO_DAYS()</literal> in the partitioning
+          expression. (Bug #27927)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal> (Cluster APIs): A call to
           <literal>CHECK_TIMEDOUT_RET()</literal> in
           <filename>mgmapi.cpp</filename> should have been a call to

@@ -174,9 +184,9 @@
 
       <listitem>
         <para>
-          Reads on <literal>BLOB</literal> columns were not locked when
-          they needed to be, in order to guarantee consistency. (Bug
-          #29102)
+          <literal>NDB Cluster</literal>: Reads on
+          <literal>BLOB</literal> columns were not locked when they
+          needed to be, in order to guarantee consistency. (Bug #29102)
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7910 - trunk/refman-5.1jon24 Sep