List:Commits« Previous MessageNext Message »
From:jon Date:October 2 2006 12:34pm
Subject:svn commit - mysqldoc@docsrva: r3518 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-10-02 12:34:48 +0200 (Mon, 02 Oct 2006)
New Revision: 3518

Log:

DROP LOGFILE GROUP:

"syntax error" -> "error" (Thanks, Roland!)

wording fix



Modified:
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-10-01 12:32:35 UTC (rev 3517)
+++ trunk/refman-5.1/sql-syntax.xml	2006-10-02 10:34:48 UTC (rev 3518)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 6; 1298 bytes

@@ -4447,9 +4447,8 @@
       <para>
         This statement drops the logfile group named
         <replaceable>logfile_group</replaceable>. The logfile group must
-        already exist or a syntax error results. (For information on
-        creating logfile groups, see
-        <xref linkend="create-logfile-group"/>.)
+        already exist or an error results. (For information on creating
+        logfile groups, see <xref linkend="create-logfile-group"/>.)
       </para>
 
       <para>

@@ -4459,9 +4458,9 @@
       </para>
 
       <para>
-        The <literal>ENGINE</literal> clause (required) provides the
-        name of the storage engine used by the logfile group to be
-        dropped. In MySQL 5.1, the only accepted values for
+        The required <literal>ENGINE</literal> clause provides the name
+        of the storage engine used by the logfile group to be dropped.
+        In MySQL 5.1, the only permitted values for
         <replaceable>engine</replaceable> are
<literal>NDB</literal> and
         <literal>NDBCLUSTER</literal>.
       </para>


Thread
svn commit - mysqldoc@docsrva: r3518 - trunk/refman-5.1jon2 Oct