Author: paul
Date: 2006-04-05 21:27:16 +0200 (Wed, 05 Apr 2006)
New Revision: 1735
Log:
r4313@kite-hub: paul | 2006-04-05 14:25:29 -0500
Slight wording tweak.
Modified:
trunk/
trunk/refman-4.1/apis.xml
trunk/refman-5.0/apis.xml
trunk/refman-5.1/apis.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9239
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4312
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9239
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4313
Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml 2006-04-05 19:26:55 UTC (rev 1734)
+++ trunk/refman-4.1/apis.xml 2006-04-05 19:27:16 UTC (rev 1735)
@@ -1994,7 +1994,8 @@
when connecting to <command>mysqld</command>,
<literal>mysql_affected_rows()</literal> returns the number of
rows matched by the <literal>WHERE</literal> statement for
- <literal>UPDATE</literal> statements.
+ <literal>UPDATE</literal> statements. Otherwise, it returns
+ the number of rows actually changed.
</para>
<para>
@@ -6006,7 +6007,7 @@
</row>
<row>
<entry><literal>CLIENT_FOUND_ROWS</literal></entry>
- <entry>Return the number of found (matched) rows, not the number of affected
+ <entry>Return the number of found (matched) rows, not the number of changed
rows.</entry>
</row>
<row>
@@ -8638,10 +8639,8 @@
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link></emphasis></entry>
- <entry>
- (Return parameter metadata in the form of a result set.)
- Currently, this function does nothing.
- </entry>
+ <entry>(Return parameter metadata in the form of a result set.) Currently, this
+ function does nothing.</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-prepare">mysql_stmt_prepare()</link></emphasis></entry>
Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml 2006-04-05 19:26:55 UTC (rev 1734)
+++ trunk/refman-5.0/apis.xml 2006-04-05 19:27:16 UTC (rev 1735)
@@ -2165,7 +2165,8 @@
when connecting to <command>mysqld</command>,
<literal>mysql_affected_rows()</literal> returns the number of
rows matched by the <literal>WHERE</literal> statement for
- <literal>UPDATE</literal> statements.
+ <literal>UPDATE</literal> statements. Otherwise, it returns
+ the number of rows actually changed.
</para>
<para>
@@ -6176,7 +6177,7 @@
</row>
<row>
<entry><literal>CLIENT_FOUND_ROWS</literal></entry>
- <entry>Return the number of found (matched) rows, not the number of affected
+ <entry>Return the number of found (matched) rows, not the number of changed
rows.</entry>
</row>
<row>
@@ -8852,10 +8853,8 @@
<entry><emphasis role="bold">
<link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link>
</emphasis></entry>
- <entry>
- (Return parameter metadata in the form of a result set.)
- Currently, this function does nothing.
- </entry>
+ <entry>(Return parameter metadata in the form of a result set.) Currently, this
+ function does nothing.</entry>
</row>
<row>
<entry><emphasis role="bold">
Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml 2006-04-05 19:26:55 UTC (rev 1734)
+++ trunk/refman-5.1/apis.xml 2006-04-05 19:27:16 UTC (rev 1735)
@@ -2026,7 +2026,8 @@
when connecting to <command>mysqld</command>,
<literal>mysql_affected_rows()</literal> returns the number of
rows matched by the <literal>WHERE</literal> statement for
- <literal>UPDATE</literal> statements.
+ <literal>UPDATE</literal> statements. Otherwise, it returns
+ the number of rows actually changed.
</para>
<para>
@@ -6039,7 +6040,7 @@
</row>
<row>
<entry><literal>CLIENT_FOUND_ROWS</literal></entry>
- <entry>Return the number of found (matched) rows, not the number of affected
+ <entry>Return the number of found (matched) rows, not the number of changed
rows.</entry>
</row>
<row>
@@ -8682,10 +8683,8 @@
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-param-metadata">mysql_stmt_param_metadata()</link></emphasis></entry>
- <entry>
- (Return parameter metadata in the form of a result set.)
- Currently, this function does nothing.
- </entry>
+ <entry>(Return parameter metadata in the form of a result set.) Currently, this
+ function does nothing.</entry>
</row>
<row>
<entry><emphasis role="bold"><link linkend="mysql-stmt-prepare">mysql_stmt_prepare()</link></emphasis></entry>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1735 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 Apr |