Author: paul
Date: 2008-05-09 21:10:00 +0200 (Fri, 09 May 2008)
New Revision: 10706
Log:
r31289@frost: paul | 2008-05-09 14:10:03 -0500
Handlers shouldn't indicate SQLSTATE '00000' or MySQL error code 0.
(That indicates success, not an error)
Modified:
trunk/it/refman-5.1/stored-procedures.xml
trunk/pt/refman-5.1/stored-procedures.xml
trunk/refman-5.0/stored-procedures.xml
trunk/refman-5.1/stored-procedures.xml
trunk/refman-6.0/stored-procedures.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:31285
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31289
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182
Modified: trunk/it/refman-5.1/stored-procedures.xml
===================================================================
--- trunk/it/refman-5.1/stored-procedures.xml 2008-05-09 19:00:41 UTC (rev 10705)
+++ trunk/it/refman-5.1/stored-procedures.xml 2008-05-09 19:10:00 UTC (rev 10706)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 836 bytes
@@ -1509,8 +1509,10 @@
<listitem>
<para>
- An SQLSTATE value or a MySQL error code. For a list of
- SQLSTATE and error values, see
+ An SQLSTATE value or a MySQL error code. You should not
+ use SQLSTATE value <literal>'00000'</literal> or error
+ code 0, because those indicate sucess rather than an error
+ condition. For a list of SQLSTATE and error values, see
<xref linkend="error-messages-server"/>.
</para>
</listitem>
Modified: trunk/pt/refman-5.1/stored-procedures.xml
===================================================================
--- trunk/pt/refman-5.1/stored-procedures.xml 2008-05-09 19:00:41 UTC (rev 10705)
+++ trunk/pt/refman-5.1/stored-procedures.xml 2008-05-09 19:10:00 UTC (rev 10706)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 836 bytes
@@ -1509,8 +1509,10 @@
<listitem>
<para>
- An SQLSTATE value or a MySQL error code. For a list of
- SQLSTATE and error values, see
+ An SQLSTATE value or a MySQL error code. You should not
+ use SQLSTATE value <literal>'00000'</literal> or error
+ code 0, because those indicate sucess rather than an error
+ condition. For a list of SQLSTATE and error values, see
<xref linkend="error-messages-server"/>.
</para>
</listitem>
Modified: trunk/refman-5.0/stored-procedures.xml
===================================================================
--- trunk/refman-5.0/stored-procedures.xml 2008-05-09 19:00:41 UTC (rev 10705)
+++ trunk/refman-5.0/stored-procedures.xml 2008-05-09 19:10:00 UTC (rev 10706)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 827 bytes
@@ -1551,8 +1551,10 @@
<listitem>
<para>
- An SQLSTATE value or a MySQL error code. For a list of
- SQLSTATE and error values, see
+ An SQLSTATE value or a MySQL error code. You should not
+ use SQLSTATE value <literal>'00000'</literal> or error
+ code 0, because those indicate sucess rather than an error
+ condition. For a list of SQLSTATE and error values, see
<xref linkend="error-messages-server"/>.
</para>
</listitem>
Modified: trunk/refman-5.1/stored-procedures.xml
===================================================================
--- trunk/refman-5.1/stored-procedures.xml 2008-05-09 19:00:41 UTC (rev 10705)
+++ trunk/refman-5.1/stored-procedures.xml 2008-05-09 19:10:00 UTC (rev 10706)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 827 bytes
@@ -1509,8 +1509,10 @@
<listitem>
<para>
- An SQLSTATE value or a MySQL error code. For a list of
- SQLSTATE and error values, see
+ An SQLSTATE value or a MySQL error code. You should not
+ use SQLSTATE value <literal>'00000'</literal> or error
+ code 0, because those indicate sucess rather than an error
+ condition. For a list of SQLSTATE and error values, see
<xref linkend="error-messages-server"/>.
</para>
</listitem>
Modified: trunk/refman-6.0/stored-procedures.xml
===================================================================
--- trunk/refman-6.0/stored-procedures.xml 2008-05-09 19:00:41 UTC (rev 10705)
+++ trunk/refman-6.0/stored-procedures.xml 2008-05-09 19:10:00 UTC (rev 10706)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 827 bytes
@@ -1507,8 +1507,10 @@
<listitem>
<para>
- An SQLSTATE value or a MySQL error code. For a list of
- SQLSTATE and error values, see
+ An SQLSTATE value or a MySQL error code. You should not
+ use SQLSTATE value <literal>'00000'</literal> or error
+ code 0, because those indicate sucess rather than an error
+ condition. For a list of SQLSTATE and error values, see
<xref linkend="error-messages-server"/>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10706 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.0 refman-5.1 refman-6.0 | paul | 9 May 2008 |