Author: paul
Date: 2006-04-13 01:08:35 +0200 (Thu, 13 Apr 2006)
New Revision: 1811
Log:
r9413@frost: paul | 2006-04-12 18:08:14 -0500
Remove problematic claim about DO.
Modified:
trunk/
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6598
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9409
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6598
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9413
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-04-12 20:30:42 UTC (rev 1810)
+++ trunk/refman-4.1/sql-syntax.xml 2006-04-12 23:08:35 UTC (rev 1811)
@@ -3591,9 +3591,7 @@
return any results. In most respects, <literal>DO</literal> is
shorthand for <literal>SELECT <replaceable>expr</replaceable>,
...</literal>, but has the advantage that it is slightly faster
- when you do not care about the result. However,
- <literal>DO</literal> does not report any errors. Instead, it
- reports errors as warnings.
+ when you do not care about the result.
</para>
<para>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-04-12 20:30:42 UTC (rev 1810)
+++ trunk/refman-5.0/sql-syntax.xml 2006-04-12 23:08:35 UTC (rev 1811)
@@ -3517,9 +3517,7 @@
return any results. In most respects, <literal>DO</literal> is
shorthand for <literal>SELECT <replaceable>expr</replaceable>,
...</literal>, but has the advantage that it is slightly faster
- when you do not care about the result. However,
- <literal>DO</literal> does not report any errors. Instead, it
- reports errors as warnings.
+ when you do not care about the result.
</para>
<para>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-04-12 20:30:42 UTC (rev 1810)
+++ trunk/refman-5.1/sql-syntax.xml 2006-04-12 23:08:35 UTC (rev 1811)
@@ -4763,9 +4763,7 @@
return any results. In most respects, <literal>DO</literal> is
shorthand for <literal>SELECT <replaceable>expr</replaceable>,
...</literal>, but has the advantage that it is slightly faster
- when you do not care about the result. However,
- <literal>DO</literal> does not report any errors. Instead, it
- reports errors as warnings.
+ when you do not care about the result.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1811 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 13 Apr |