List:Commits« Previous MessageNext Message »
From:jon Date:July 24 2008 5:04am
Subject:svn commit - mysqldoc@docsrva: r11339 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-07-24 07:04:28 +0200 (Thu, 24 Jul 2008)
New Revision: 11339

Log:

EXPLAIN PARTITIONS rows column output change (followup on Bug#35745)



Modified:
   trunk/refman-5.1/partitioning.xml
   trunk/refman-6.0/partitioning.xml


Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2008-07-24 02:22:19 UTC (rev 11338)
+++ trunk/refman-5.1/partitioning.xml	2008-07-24 05:04:28 UTC (rev 11339)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 657 bytes

@@ -3823,6 +3823,13 @@
       </itemizedlist>
 
       <para>
+        As of MySQL 5.1.28, the <literal>rows</literal> column of
+        <literal>EXPLAIN PARTITIONS</literal> output always displays the
+        total number of records in the table. Previously, this was the
+        number of matching rows. (Bug #35745)
+      </para>
+
+      <para>
         See also <xref linkend="explain"/>.
       </para>
 


Modified: trunk/refman-6.0/partitioning.xml
===================================================================
--- trunk/refman-6.0/partitioning.xml	2008-07-24 02:22:19 UTC (rev 11338)
+++ trunk/refman-6.0/partitioning.xml	2008-07-24 05:04:28 UTC (rev 11339)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 656 bytes

@@ -3733,6 +3733,13 @@
       </itemizedlist>
 
       <para>
+        As of MySQL 6.0.7, the <literal>rows</literal> column of
+        <literal>EXPLAIN PARTITIONS</literal> output always displays the
+        total number of records in the table. Previously, this was the
+        number of matching rows. (Bug #35745)
+      </para>
+
+      <para>
         See also <xref linkend="explain"/>.
       </para>
 


Thread
svn commit - mysqldoc@docsrva: r11339 - in trunk: refman-5.1 refman-6.0jon24 Jul