List:Commits« Previous MessageNext Message »
From:paul Date:July 25 2007 5:12pm
Subject:svn commit - mysqldoc@docsrva: r7208 - in trunk: . refman-5.1 refman-5.2
View as plain text  
Author: paul
Date: 2007-07-25 19:12:08 +0200 (Wed, 25 Jul 2007)
New Revision: 7208

Log:
 r27913@polar:  paul | 2007-07-25 11:01:35 -0500
 Update value for Extra column in EXPLAIN output. (Bug#29996)


Modified:
   trunk/refman-5.1/optimization.xml
   trunk/refman-5.2/optimization.xml

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


Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml	2007-07-25 17:11:49 UTC (rev 7207)
+++ trunk/refman-5.1/optimization.xml	2007-07-25 17:12:08 UTC (rev 7208)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 852 bytes

@@ -1572,13 +1572,13 @@
 
             <listitem>
               <para>
-                <literal>Using join cache</literal>
+                <literal>Using join buffer</literal>
               </para>
 
               <para>
-                Tables are read in portions into the join cache buffer,
-                and then their rows are used from the buffer to perform
-                the join.
+                Tables are read in portions into the join buffer, and
+                then their rows are used from the buffer to perform the
+                join.
               </para>
             </listitem>
 


Modified: trunk/refman-5.2/optimization.xml
===================================================================
--- trunk/refman-5.2/optimization.xml	2007-07-25 17:11:49 UTC (rev 7207)
+++ trunk/refman-5.2/optimization.xml	2007-07-25 17:12:08 UTC (rev 7208)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 852 bytes

@@ -1572,13 +1572,13 @@
 
             <listitem>
               <para>
-                <literal>Using join cache</literal>
+                <literal>Using join buffer</literal>
               </para>
 
               <para>
-                Tables are read in portions into the join cache buffer,
-                and then their rows are used from the buffer to perform
-                the join.
+                Tables are read in portions into the join buffer, and
+                then their rows are used from the buffer to perform the
+                join.
               </para>
             </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7208 - in trunk: . refman-5.1 refman-5.2paul25 Jul