List:Commits« Previous MessageNext Message »
From:paul Date:February 8 2006 6:21pm
Subject:svn commit - mysqldoc@docsrva: r1242 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-02-08 19:21:43 +0100 (Wed, 08 Feb 2006)
New Revision: 1242

Log:
 r7230@frost:  paul | 2006-02-08 11:04:56 -0600
 Add mysqlshow options.


Modified:
   trunk/
   trunk/refman-5.0/client-utility-programs.xml
   trunk/refman-5.1/client-utility-programs.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7225
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2927
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7230
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2927

Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2006-02-08 15:17:07 UTC (rev 1241)
+++ trunk/refman-5.0/client-utility-programs.xml	2006-02-08 18:21:43 UTC (rev 1242)
@@ -9146,6 +9146,18 @@
 
           <listitem>
             <para>
+              <option>--count</option>
+            </para>
+
+            <para>
+              Show the number of rows per table. This can be slow for
+              non-<literal>MyISAM</literal> tables. This option was
+              added in MySQL 5.0.6.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <option>--debug[=<replaceable>debug_options</replaceable>]</option>,
               <option>-#
               [<replaceable>debug_options</replaceable>]</option>
@@ -9236,14 +9248,14 @@
 
           <listitem>
             <para>
-              <option>--show-table-type</option>
+              <option>--show-table-type</option>, <option>-t</option>
             </para>
 
             <para>
               Show a column indicating the table type, as in
               <literal>SHOW FULL TABLES</literal>. The type is
               <literal>BASE TABLE</literal> or <literal>VIEW</literal>.
-              Added in MySQL 5.0.4.
+              This option was added in MySQL 5.0.4.
             </para>
           </listitem>
 

Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-02-08 15:17:07 UTC (rev 1241)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-02-08 18:21:43 UTC (rev 1242)
@@ -9200,6 +9200,17 @@
 
           <listitem>
             <para>
+              <option>--count</option>
+            </para>
+
+            <para>
+              Show the number of rows per table. This can be slow for
+              non-<literal>MyISAM</literal> tables.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <option>--debug[=<replaceable>debug_options</replaceable>]</option>,
               <option>-#
               [<replaceable>debug_options</replaceable>]</option>
@@ -9290,7 +9301,7 @@
 
           <listitem>
             <para>
-              <option>--show-table-type</option>
+              <option>--show-table-type</option>, <option>-t</option>
             </para>
 
             <para>

Thread
svn commit - mysqldoc@docsrva: r1242 - in trunk: . refman-5.0 refman-5.1paul8 Feb