List:Commits« Previous MessageNext Message »
From:paul.dubois Date:March 2 2009 6:59pm
Subject:svn commit - mysqldoc@docsrva: r14020 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.1-maria refman-6.0
View as plain text  
Author: paul
Date: 2009-03-02 19:59:12 +0100 (Mon, 02 Mar 2009)
New Revision: 14020

Log:
 r39142@frost:  paul | 2009-03-02 12:31:28 -0500
 Fix docs bug:
 Bug#40809: FLUSH TABLE nonexistenttable; does not produce error


Modified:
   trunk/refman-4.1/sql-syntax-server-administration.xml
   trunk/refman-5.0/sql-syntax-server-administration.xml
   trunk/refman-5.1-maria/sql-syntax-server-administration.xml
   trunk/refman-5.1/sql-syntax-server-administration.xml
   trunk/refman-6.0/sql-syntax-server-administration.xml

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


Modified: trunk/refman-4.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-server-administration.xml	2009-03-02 18:59:03 UTC (rev 14019)
+++ trunk/refman-4.1/sql-syntax-server-administration.xml	2009-03-02 18:59:12 UTC (rev 14020)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 668 bytes

@@ -7283,7 +7283,7 @@
             <literal role="stmt" condition="flush">FLUSH
             TABLES</literal> also removes all query results from the
             query cache, like the <literal>RESET QUERY CACHE</literal>
-            statement.
+            statement. No error occurs if a named table does not exist.
           </para>
         </listitem>
 


Modified: trunk/refman-5.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-server-administration.xml	2009-03-02 18:59:03 UTC (rev 14019)
+++ trunk/refman-5.0/sql-syntax-server-administration.xml	2009-03-02 18:59:12 UTC (rev 14020)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 668 bytes

@@ -8993,7 +8993,7 @@
             <literal role="stmt" condition="flush">FLUSH
             TABLES</literal> also removes all query results from the
             query cache, like the <literal>RESET QUERY CACHE</literal>
-            statement.
+            statement. No error occurs if a named table does not exist.
           </para>
         </listitem>
 


Modified: trunk/refman-5.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-server-administration.xml	2009-03-02 18:59:03 UTC (rev 14019)
+++ trunk/refman-5.1/sql-syntax-server-administration.xml	2009-03-02 18:59:12 UTC (rev 14020)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 670 bytes

@@ -10094,7 +10094,7 @@
             <literal role="stmt" condition="flush">FLUSH
             TABLES</literal> also removes all query results from the
             query cache, like the <literal>RESET QUERY CACHE</literal>
-            statement.
+            statement. No error occurs if a named table does not exist.
           </para>
         </listitem>
 


Modified: trunk/refman-5.1-maria/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1-maria/sql-syntax-server-administration.xml	2009-03-02 18:59:03 UTC (rev 14019)
+++ trunk/refman-5.1-maria/sql-syntax-server-administration.xml	2009-03-02 18:59:12 UTC (rev 14020)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 688 bytes

@@ -10175,7 +10175,7 @@
             <literal role="stmt" condition="flush">FLUSH
             TABLES</literal> also removes all query results from the
             query cache, like the <literal>RESET QUERY CACHE</literal>
-            statement.
+            statement. No error occurs if a named table does not exist.
           </para>
         </listitem>
 


Modified: trunk/refman-6.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-server-administration.xml	2009-03-02 18:59:03 UTC (rev 14019)
+++ trunk/refman-6.0/sql-syntax-server-administration.xml	2009-03-02 18:59:12 UTC (rev 14020)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 668 bytes

@@ -9981,7 +9981,7 @@
             <literal role="stmt" condition="flush">FLUSH
             TABLES</literal> also removes all query results from the
             query cache, like the <literal>RESET QUERY CACHE</literal>
-            statement.
+            statement. No error occurs if a named table does not exist.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r14020 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.1-maria refman-6.0paul.dubois2 Mar