List:Commits« Previous MessageNext Message »
From:stefan Date:July 5 2006 5:02pm
Subject:svn commit - mysqldoc@docsrva: r2651 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2006-07-05 19:02:19 +0200 (Wed, 05 Jul 2006)
New Revision: 2651

Log:
EXPLAIN  is a statement, too, rather than a command; and it's storage engines, not database engines

Modified:
   trunk/refman-common/what-is.en.xml

Modified: trunk/refman-common/what-is.en.xml
===================================================================
--- trunk/refman-common/what-is.en.xml	2006-07-05 16:55:49 UTC (rev 2650)
+++ trunk/refman-common/what-is.en.xml	2006-07-05 17:02:19 UTC (rev 2651)
@@ -484,12 +484,12 @@
       <listitem>
         <para>
           The MySQL-specific <literal>SHOW</literal> statement can be used
-          to retrieve information about databases, database engines,
+          to retrieve information about databases, storage engines,
           tables, and indexes.
         </para>
 
         <para>
-          The <literal>EXPLAIN</literal> command can be used to
+          The <literal>EXPLAIN</literal> statement can be used to
           determine how the optimizer resolves a query.
         </para>
       </listitem>

Thread
svn commit - mysqldoc@docsrva: r2651 - trunk/refman-commonstefan5 Jul