List:Commits« Previous MessageNext Message »
From:jon Date:March 14 2008 9:46am
Subject:svn commit - mysqldoc@docsrva: r10229 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-03-14 10:46:12 +0100 (Fri, 14 Mar 2008)
New Revision: 10229

Log:

Documented fixes for Partitioning bugs:

  Bug #30573, Bug #33257



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-03-14 02:19:49 UTC (rev 10228)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-03-14 09:46:12 UTC (rev 10229)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 1092 bytes

@@ -9,6 +9,37 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="partitioning"/>
+      <manual type="Falcon"/>
+      <manual type="range scan"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="30573"/>
+      <fixes bugid="33257"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When the <literal>range</literal> access method was used on a
+        partitioned <literal>Falcon</literal> table, the entire index
+        was scanned. For partitioned tables using other storage engines,
+        a related issue caused an ordered range scan to return some rows
+        twice.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="Falcon"/>
     </tags>


Thread
svn commit - mysqldoc@docsrva: r10229 - trunk/dynamic-docs/changelogjon14 Mar