List:Commits« Previous MessageNext Message »
From:jon Date:February 3 2006 10:53pm
Subject:svn commit - mysqldoc@docsrva: r1207 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-03 23:53:12 +0100 (Fri, 03 Feb 2006)
New Revision: 1207

Log:

Fixed missing parentheses. (Thanks, PeterG and Mikael!)



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

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-02-03 20:22:51 UTC (rev 1206)
+++ trunk/refman-5.1/sql-syntax.xml	2006-02-03 22:53:12 UTC (rev 1207)
@@ -824,7 +824,7 @@
           </para>
 
 <programlisting>
-ALTER TABLE t1 ADD PARTITION p3 VALUES LESS THAN (2002);
+ALTER TABLE t1 ADD PARTITION (p3 VALUES LESS THAN (2002));
 </programlisting>
 
           <para>

Thread
svn commit - mysqldoc@docsrva: r1207 - trunk/refman-5.1jon3 Feb