List:Commits« Previous MessageNext Message »
From:paul Date:January 8 2008 6:48pm
Subject:svn commit - mysqldoc@docsrva: r9512 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-01-08 18:48:01 +0100 (Tue, 08 Jan 2008)
New Revision: 9512

Log:
 r23195@kite-hub:  paul | 2008-01-08 10:31:28 -0600
 Minor FLUSH revisions.


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

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34586
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28489
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:34586
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28489
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:23195


Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2008-01-08 13:15:31 UTC (rev 9511)
+++ trunk/refman-4.1/sql-syntax.xml	2008-01-08 17:48:01 UTC (rev 9512)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 10; 2088 bytes

@@ -17997,7 +17997,9 @@
 
             <para>
               Reloads the privileges from the grant tables in the
-              <literal>mysql</literal> database.
+              <literal>mysql</literal> database. On Unix, this also
+              occurs if the server receives a <literal>SIGHUP</literal>
+              signal.
             </para>
           </listitem>
 

@@ -18051,12 +18053,12 @@
             </para>
 
             <para>
-              When no tables are named, closes all open tables and
-              forces all tables in use to be closed. With one or more
-              table names, flushes only the given tables. <literal>FLUSH
-              TABLES</literal> also removes all query results from the
-              query cache, like the <literal>RESET QUERY CACHE</literal>
-              statement.
+              When no tables are named, closes all open tables, forces
+              all tables in use to be closed, and flushes the query
+              cache. With one or more table names, flushes only the
+              given tables. <literal>FLUSH TABLES</literal> also removes
+              all query results from the query cache, like the
+              <literal>RESET QUERY CACHE</literal> statement.
             </para>
           </listitem>
 

@@ -18155,11 +18157,11 @@
         </note>
 
         <para>
-          You can perform some flush operations with the
-          <command>mysqladmin</command> utility, using the
+          The <command>mysqladmin</command> utility provides a
+          command-line interface to some flush operations, via the
           <literal>flush-hosts</literal>,
<literal>flush-logs</literal>,
           <literal>flush-privileges</literal>,
-          <literal>flush-status</literal>, or
+          <literal>flush-status</literal>, and
           <literal>flush-tables</literal> commands.
         </para>
 


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2008-01-08 13:15:31 UTC (rev 9511)
+++ trunk/refman-5.0/sql-syntax.xml	2008-01-08 17:48:01 UTC (rev 9512)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 10; 2088 bytes

@@ -21087,7 +21087,9 @@
 
             <para>
               Reloads the privileges from the grant tables in the
-              <literal>mysql</literal> database.
+              <literal>mysql</literal> database. On Unix, this also
+              occurs if the server receives a <literal>SIGHUP</literal>
+              signal.
             </para>
           </listitem>
 

@@ -21146,12 +21148,12 @@
             </para>
 
             <para>
-              When no tables are named, closes all open tables and
-              forces all tables in use to be closed. With one or more
-              table names, flushes only the given tables. <literal>FLUSH
-              TABLES</literal> also removes all query results from the
-              query cache, like the <literal>RESET QUERY CACHE</literal>
-              statement.
+              When no tables are named, closes all open tables, forces
+              all tables in use to be closed, and flushes the query
+              cache. With one or more table names, flushes only the
+              given tables. <literal>FLUSH TABLES</literal> also removes
+              all query results from the query cache, like the
+              <literal>RESET QUERY CACHE</literal> statement.
             </para>
           </listitem>
 

@@ -21248,11 +21250,11 @@
         </note>
 
         <para>
-          You can perform some flush operations with the
-          <command>mysqladmin</command> utility, using the
+          The <command>mysqladmin</command> utility provides a
+          command-line interface to some flush operations, via the
           <literal>flush-hosts</literal>,
<literal>flush-logs</literal>,
           <literal>flush-privileges</literal>,
-          <literal>flush-status</literal>, or
+          <literal>flush-status</literal>, and
           <literal>flush-tables</literal> commands.
         </para>
 


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-01-08 13:15:31 UTC (rev 9511)
+++ trunk/refman-5.1/sql-syntax.xml	2008-01-08 17:48:01 UTC (rev 9512)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 10; 2088 bytes

@@ -23819,7 +23819,9 @@
 
             <para>
               Reloads the privileges from the grant tables in the
-              <literal>mysql</literal> database.
+              <literal>mysql</literal> database. On Unix, this also
+              occurs if the server receives a <literal>SIGHUP</literal>
+              signal.
             </para>
           </listitem>
 

@@ -23878,12 +23880,12 @@
             </para>
 
             <para>
-              When no tables are named, closes all open tables and
-              forces all tables in use to be closed. With one or more
-              table names, flushes only the given tables. <literal>FLUSH
-              TABLES</literal> also removes all query results from the
-              query cache, like the <literal>RESET QUERY CACHE</literal>
-              statement.
+              When no tables are named, closes all open tables, forces
+              all tables in use to be closed, and flushes the query
+              cache. With one or more table names, flushes only the
+              given tables. <literal>FLUSH TABLES</literal> also removes
+              all query results from the query cache, like the
+              <literal>RESET QUERY CACHE</literal> statement.
             </para>
           </listitem>
 

@@ -23980,11 +23982,11 @@
         </note>
 
         <para>
-          You can perform some flush operations with the
-          <command>mysqladmin</command> utility, using the
+          The <command>mysqladmin</command> utility provides a
+          command-line interface to some flush operations, via the
           <literal>flush-hosts</literal>,
<literal>flush-logs</literal>,
           <literal>flush-privileges</literal>,
-          <literal>flush-status</literal>, or
+          <literal>flush-status</literal>, and
           <literal>flush-tables</literal> commands.
         </para>
 


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-01-08 13:15:31 UTC (rev 9511)
+++ trunk/refman-6.0/sql-syntax.xml	2008-01-08 17:48:01 UTC (rev 9512)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 10; 2088 bytes

@@ -24066,7 +24066,9 @@
 
             <para>
               Reloads the privileges from the grant tables in the
-              <literal>mysql</literal> database.
+              <literal>mysql</literal> database. On Unix, this also
+              occurs if the server receives a <literal>SIGHUP</literal>
+              signal.
             </para>
           </listitem>
 

@@ -24125,12 +24127,12 @@
             </para>
 
             <para>
-              When no tables are named, closes all open tables and
-              forces all tables in use to be closed. With one or more
-              table names, flushes only the given tables. <literal>FLUSH
-              TABLES</literal> also removes all query results from the
-              query cache, like the <literal>RESET QUERY CACHE</literal>
-              statement.
+              When no tables are named, closes all open tables, forces
+              all tables in use to be closed, and flushes the query
+              cache. With one or more table names, flushes only the
+              given tables. <literal>FLUSH TABLES</literal> also removes
+              all query results from the query cache, like the
+              <literal>RESET QUERY CACHE</literal> statement.
             </para>
           </listitem>
 

@@ -24227,11 +24229,11 @@
         </note>
 
         <para>
-          You can perform some flush operations with the
-          <command>mysqladmin</command> utility, using the
+          The <command>mysqladmin</command> utility provides a
+          command-line interface to some flush operations, via the
           <literal>flush-hosts</literal>,
<literal>flush-logs</literal>,
           <literal>flush-privileges</literal>,
-          <literal>flush-status</literal>, or
+          <literal>flush-status</literal>, and
           <literal>flush-tables</literal> commands.
         </para>
 


Thread
svn commit - mysqldoc@docsrva: r9512 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul8 Jan