Author: paul
Date: 2008-07-17 19:05:50 +0200 (Thu, 17 Jul 2008)
New Revision: 11280
Log:
r32296@arctic: paul | 2008-07-17 11:54:55 -0500
Fix documentation bug#38105
Modified:
trunk/refman-4.1/sql-syntax-data-manipulation.xml
trunk/refman-5.0/sql-syntax-data-manipulation.xml
trunk/refman-5.1/sql-syntax-data-manipulation.xml
trunk/refman-6.0/sql-syntax-data-manipulation.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32727
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32294
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32727
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32296
Modified: trunk/refman-4.1/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-data-manipulation.xml 2008-07-17 16:43:33 UTC (rev 11279)
+++ trunk/refman-4.1/sql-syntax-data-manipulation.xml 2008-07-17 17:05:50 UTC (rev 11280)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 788 bytes
@@ -950,6 +950,13 @@
</programlisting>
<para>
+ <literal>VALUE</literal> is a synonym for
+ <literal>VALUES</literal> in this context. Neither implies
+ anything about the number of values lists, and either may be used
+ whether there is a single values list or multiple lists.
+ </para>
+
+ <para>
The affected-rows value for an <literal>INSERT</literal> can be
obtained using the
<function role="capi">mysql_affected_rows()</function> C API
Modified: trunk/refman-5.0/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-data-manipulation.xml 2008-07-17 16:43:33 UTC (rev 11279)
+++ trunk/refman-5.0/sql-syntax-data-manipulation.xml 2008-07-17 17:05:50 UTC (rev 11280)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 834 bytes
@@ -893,6 +893,13 @@
</programlisting>
<para>
+ <literal>VALUE</literal> is a synonym for
+ <literal>VALUES</literal> in this context. Neither implies
+ anything about the number of values lists, and either may be used
+ whether there is a single values list or multiple lists.
+ </para>
+
+ <para>
The affected-rows value for an <literal>INSERT</literal> can be
obtained using the <function role="sql">ROW_COUNT()</function>
function (see <xref linkend="information-functions"/>), or the
Modified: trunk/refman-5.1/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-data-manipulation.xml 2008-07-17 16:43:33 UTC (rev 11279)
+++ trunk/refman-5.1/sql-syntax-data-manipulation.xml 2008-07-17 17:05:50 UTC (rev 11280)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 834 bytes
@@ -933,6 +933,13 @@
</programlisting>
<para>
+ <literal>VALUE</literal> is a synonym for
+ <literal>VALUES</literal> in this context. Neither implies
+ anything about the number of values lists, and either may be used
+ whether there is a single values list or multiple lists.
+ </para>
+
+ <para>
The affected-rows value for an <literal>INSERT</literal> can be
obtained using the <function role="sql">ROW_COUNT()</function>
function (see <xref linkend="information-functions"/>), or the
Modified: trunk/refman-6.0/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-data-manipulation.xml 2008-07-17 16:43:33 UTC (rev 11279)
+++ trunk/refman-6.0/sql-syntax-data-manipulation.xml 2008-07-17 17:05:50 UTC (rev 11280)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 834 bytes
@@ -933,6 +933,13 @@
</programlisting>
<para>
+ <literal>VALUE</literal> is a synonym for
+ <literal>VALUES</literal> in this context. Neither implies
+ anything about the number of values lists, and either may be used
+ whether there is a single values list or multiple lists.
+ </para>
+
+ <para>
The affected-rows value for an <literal>INSERT</literal> can be
obtained using the <function role="sql">ROW_COUNT()</function>
function (see <xref linkend="information-functions"/>), or the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11280 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 17 Jul |