List:Commits« Previous MessageNext Message »
From:jon Date:February 27 2006 5:09pm
Subject:svn commit - mysqldoc@docsrva: r1448 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-27 17:09:46 +0100 (Mon, 27 Feb 2006)
New Revision: 1448

Log:

Jon discovers verbs.



Modified:
   trunk/refman-5.1/partitioning.xml

Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2006-02-27 14:46:42 UTC (rev 1447)
+++ trunk/refman-5.1/partitioning.xml	2006-02-27 16:09:46 UTC (rev 1448)
@@ -3452,11 +3452,12 @@
       can convert into equivalent lists of values. For instance, in the
       previous example, the <literal>WHERE</literal> clause can be
       converted to <literal>WHERE region_code IN (125, 126, 127, 128,
-        129, 130)</literal>. Then the optimiser can that the first three
-      values in the list are found in partition <literal>p1</literal>,
-      the remaining three values in partition <literal>p2</literal>, and
-      that the other partitions contain no relevant values and so do not
-      need to be searched for matching rows.
+        129, 130)</literal>. Then the optimiser can determine that the
+      first three values in the list are found in partition
+      <literal>p1</literal>, the remaining three values in partition
+      <literal>p2</literal>, and that the other partitions contain no
+      relevant values and so do not need to be searched for matching
+      rows.
     </para>
     
     <para>

Thread
svn commit - mysqldoc@docsrva: r1448 - trunk/refman-5.1jon27 Feb