Author: jstephens
Date: 2005-12-14 15:45:22 +0100 (Wed, 14 Dec 2005)
New Revision: 559
Log:
Fixed typo (part of fix for Bug #15553).
Modified:
trunk/refman-5.0/introduction.xml
Modified: trunk/refman-5.0/introduction.xml
===================================================================
--- trunk/refman-5.0/introduction.xml 2005-12-14 14:40:55 UTC (rev 558)
+++ trunk/refman-5.0/introduction.xml 2005-12-14 14:45:22 UTC (rev 559)
@@ -568,7 +568,7 @@
</para>
<programlisting>
-t1.c1=t2c2 AND t2.c2=t3.c3 AND t1.c1 < 5
+t1.c1=t2.c2 AND t2.c2=t3.c3 AND t1.c1 < 5
</programlisting>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r559 - trunk/refman-5.0 | jon | 14 Dec |