List:Commits« Previous MessageNext Message »
From:paul Date:March 23 2007 9:59pm
Subject:svn commit - mysqldoc@docsrva: r5542 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2007-03-23 22:59:27 +0100 (Fri, 23 Mar 2007)
New Revision: 5542

Log:
 r18179@frost:  paul | 2007-03-23 16:55:30 -0500
 Add description of UNCACHEABLE UNION. (Sanja)


Modified:
   trunk/refman-5.1/optimization.xml

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


Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml	2007-03-23 21:58:45 UTC (rev 5541)
+++ trunk/refman-5.1/optimization.xml	2007-03-23 21:59:27 UTC (rev 5542)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 858 bytes

@@ -886,6 +886,12 @@
                   <entry>A subquery for which the result cannot be cached and must be
                     re-evaluated for each row of the outer query</entry>
                 </row>
+                <row>
+                  <entry><literal>UNCACHEABLE UNION</literal></entry>
+                  <entry>The second or later select in a <literal>UNION</literal> that belongs to
+                    an uncachable subquery (see <literal>UNCACHEABLE
+                    SUBQUERY</literal>)</entry>
+                </row>
               </tbody>
             </tgroup>
           </informaltable>


Thread
svn commit - mysqldoc@docsrva: r5542 - in trunk: . refman-5.1paul23 Mar