List:Commits« Previous MessageNext Message »
From:paul Date:October 27 2006 9:46pm
Subject:svn commit - mysqldoc@docsrva: r3776 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-10-27 21:46:13 +0200 (Fri, 27 Oct 2006)
New Revision: 3776

Log:
 r14946@polar:  paul | 2006-10-27 14:45:45 -0500
 Move some text that was in the wrong place. (Bug#23722)


Modified:
   trunk/refman-4.1/optimization.xml
   trunk/refman-5.0/optimization.xml
   trunk/refman-5.1/optimization.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14937
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11355
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10957
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14946
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:11355
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10957


Modified: trunk/refman-4.1/optimization.xml
===================================================================
--- trunk/refman-4.1/optimization.xml	2006-10-27 18:38:35 UTC (rev 3775)
+++ trunk/refman-4.1/optimization.xml	2006-10-27 19:46:13 UTC (rev 3776)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 9; 1351 bytes

@@ -1287,8 +1287,11 @@
 
           <para>
             This column contains additional information about how MySQL
-            resolves the query. Here is an explanation of the values
-            that can appear in this column:
+            resolves the query. The following list explains the values
+            that can appear in this column. If you want to make your
+            queries as fast as possible, you should look out for
+            <literal>Extra</literal> values of <literal>Using
+            filesort</literal> and <literal>Using temporary</literal>.
           </para>
 
           <itemizedlist>

@@ -1425,13 +1428,6 @@
                 table join type is <literal>ALL</literal> or
                 <literal>index</literal>.
               </para>
-
-              <para>
-                If you want to make your queries as fast as possible,
-                you should look out for <literal>Extra</literal> values
-                of <literal>Using filesort</literal> and <literal>Using
-                temporary</literal>.
-              </para>
             </listitem>
 
             <listitem>


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2006-10-27 18:38:35 UTC (rev 3775)
+++ trunk/refman-5.0/optimization.xml	2006-10-27 19:46:13 UTC (rev 3776)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 9; 1351 bytes

@@ -1296,8 +1296,11 @@
 
           <para>
             This column contains additional information about how MySQL
-            resolves the query. Here is an explanation of the values
-            that can appear in this column:
+            resolves the query. The following list explains the values
+            that can appear in this column. If you want to make your
+            queries as fast as possible, you should look out for
+            <literal>Extra</literal> values of <literal>Using
+            filesort</literal> and <literal>Using temporary</literal>.
           </para>
 
           <itemizedlist>

@@ -1433,13 +1436,6 @@
                 table join type is <literal>ALL</literal> or
                 <literal>index</literal>.
               </para>
-
-              <para>
-                If you want to make your queries as fast as possible,
-                you should look out for <literal>Extra</literal> values
-                of <literal>Using filesort</literal> and <literal>Using
-                temporary</literal>.
-              </para>
             </listitem>
 
             <listitem>


Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml	2006-10-27 18:38:35 UTC (rev 3775)
+++ trunk/refman-5.1/optimization.xml	2006-10-27 19:46:13 UTC (rev 3776)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 9; 1351 bytes

@@ -1353,8 +1353,11 @@
 
           <para>
             This column contains additional information about how MySQL
-            resolves the query. Here is an explanation of the values
-            that can appear in this column:
+            resolves the query. The following list explains the values
+            that can appear in this column. If you want to make your
+            queries as fast as possible, you should look out for
+            <literal>Extra</literal> values of <literal>Using
+            filesort</literal> and <literal>Using temporary</literal>.
           </para>
 
           <itemizedlist>

@@ -1490,13 +1493,6 @@
                 table join type is <literal>ALL</literal> or
                 <literal>index</literal>.
               </para>
-
-              <para>
-                If you want to make your queries as fast as possible,
-                you should look out for <literal>Extra</literal> values
-                of <literal>Using filesort</literal> and <literal>Using
-                temporary</literal>.
-              </para>
             </listitem>
 
             <listitem>


Thread
svn commit - mysqldoc@docsrva: r3776 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul27 Oct