List:Commits« Previous MessageNext Message »
From:paul Date:December 7 2007 5:55pm
Subject:svn commit - mysqldoc@docsrva: r9191 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2007-12-07 17:55:10 +0100 (Fri, 07 Dec 2007)
New Revision: 9191

Log:
 r34016@arctic:  paul | 2007-12-07 10:55:06 -0600
 Add restriction on query cachability.


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

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


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2007-12-07 16:52:46 UTC (rev 9190)
+++ trunk/refman-5.0/optimization.xml	2007-12-07 16:55:10 UTC (rev 9191)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 495 bytes

@@ -10470,7 +10470,8 @@
 
           <listitem>
             <para>
-              It refers to user variables.
+              It refers to user variables or local stored routine
+              variables.
             </para>
           </listitem>
 


Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml	2007-12-07 16:52:46 UTC (rev 9190)
+++ trunk/refman-5.1/optimization.xml	2007-12-07 16:55:10 UTC (rev 9191)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 495 bytes

@@ -10695,7 +10695,8 @@
 
           <listitem>
             <para>
-              It refers to user variables.
+              It refers to user variables or local stored routine
+              variables.
             </para>
           </listitem>
 


Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml	2007-12-07 16:52:46 UTC (rev 9190)
+++ trunk/refman-6.0/optimization.xml	2007-12-07 16:55:10 UTC (rev 9191)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 495 bytes

@@ -10618,7 +10618,8 @@
 
           <listitem>
             <para>
-              It refers to user variables.
+              It refers to user variables or local stored routine
+              variables.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r9191 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul7 Dec