Author: paul
Date: 2006-12-19 21:24:08 +0100 (Tue, 19 Dec 2006)
New Revision: 4309
Log:
r17368@polar: paul | 2006-12-19 14:23:28 -0600
Slight rewording for mysql_sqlstate(). (Bug#21838)
Modified:
trunk/refman-4.1/apis.xml
trunk/refman-5.0/apis.xml
trunk/refman-5.1/apis-c.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:17364
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13784
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:17368
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13784
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml 2006-12-19 19:40:39 UTC (rev 4308)
+++ trunk/refman-4.1/apis.xml 2006-12-19 20:24:08 UTC (rev 4309)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 927 bytes
@@ -7649,10 +7649,10 @@
<para>
Returns a null-terminated string containing the SQLSTATE error
- code for the last error. The error code consists of five
- characters. <literal>'00000'</literal> means <quote>no
- error.</quote> The values are specified by ANSI SQL and ODBC.
- For a list of possible values, see
+ code for the most recently executed SQL statement. The error
+ code consists of five characters. <literal>'00000'</literal>
+ means <quote>no error.</quote> The values are specified by
+ ANSI SQL and ODBC. For a list of possible values, see
<xref linkend="error-handling"/>.
</para>
Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml 2006-12-19 19:40:39 UTC (rev 4308)
+++ trunk/refman-5.0/apis.xml 2006-12-19 20:24:08 UTC (rev 4309)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 927 bytes
@@ -7291,10 +7291,10 @@
<para>
Returns a null-terminated string containing the SQLSTATE error
- code for the last error. The error code consists of five
- characters. <literal>'00000'</literal> means <quote>no
- error.</quote> The values are specified by ANSI SQL and ODBC.
- For a list of possible values, see
+ code for the most recently executed SQL statement. The error
+ code consists of five characters. <literal>'00000'</literal>
+ means <quote>no error.</quote> The values are specified by
+ ANSI SQL and ODBC. For a list of possible values, see
<xref linkend="error-handling"/>.
</para>
Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml 2006-12-19 19:40:39 UTC (rev 4308)
+++ trunk/refman-5.1/apis-c.xml 2006-12-19 20:24:08 UTC (rev 4309)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 909 bytes
@@ -7089,10 +7089,10 @@
<para>
Returns a null-terminated string containing the SQLSTATE error
- code for the last error. The error code consists of five
- characters. <literal>'00000'</literal> means <quote>no
- error.</quote> The values are specified by ANSI SQL and ODBC.
- For a list of possible values, see
+ code for the most recently executed SQL statement. The error
+ code consists of five characters. <literal>'00000'</literal>
+ means <quote>no error.</quote> The values are specified by ANSI
+ SQL and ODBC. For a list of possible values, see
<xref linkend="error-handling"/>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4309 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 19 Dec |