List:Commits« Previous MessageNext Message »
From:jon Date:February 17 2006 2:43pm
Subject:svn commit - mysqldoc@docsrva: r1362 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-17 14:43:58 +0100 (Fri, 17 Feb 2006)
New Revision: 1362

Log:

Fixed Docs Bug #17410: Some pre-release partitioning limitations aren't 
limitations in the release. (Thanks, Sergey!)



Modified:
   trunk/refman-5.1/partitioning.xml

Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2006-02-17 13:11:06 UTC (rev 1361)
+++ trunk/refman-5.1/partitioning.xml	2006-02-17 13:43:58 UTC (rev 1362)
@@ -3340,16 +3340,6 @@
 
         <listitem>
           <para>
-            <literal>EXPLAIN PARTITIONS</literal> provides meaningful
-            results only when employed to examine queries against tables
-            that are partitioned by <literal>RANGE</literal> or
-            <literal>LIST</literal>. (For a table partitioned by
-            <literal>KEY</literal> or <literal>HASH</literal>,
all
-            partitions in the table are listed in the
-            <literal>partitions</literal> column of the output.)
-          </para>
-
-          <para>
             If <literal>EXPLAIN PARTITIONS</literal> is used to examine
             a query against a non-partitioned table, no error is
             produced, but the value of the <literal>partitions</literal>
@@ -3357,14 +3347,6 @@
           </para>
         </listitem>
 
-        <listitem>
-          <para>
-            <literal>EXPLAIN PARTITIONS</literal> currently works
-            correctly only with tables that are partitioned on a column
-            of an integer datatype.
-          </para>
-        </listitem>
-
       </itemizedlist>
 
     </section>

Thread
svn commit - mysqldoc@docsrva: r1362 - trunk/refman-5.1jon17 Feb