You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2012/10/29 16:38:33 UTC

svn commit: r1403376 - /db/derby/docs/branches/10.9/src/devguide/cdevconcepts32861.dita

Author: chaase3
Date: Mon Oct 29 15:38:33 2012
New Revision: 1403376

URL: http://svn.apache.org/viewvc?rev=1403376&view=rev
Log:
DERBY-5961  Developer's guide mentions SQL state 40XL2 which is no longer used

Merged DERBY-5961.diff to 10.9 docs branch from trunk revision 1403361.

Modified:
    db/derby/docs/branches/10.9/src/devguide/cdevconcepts32861.dita

Modified: db/derby/docs/branches/10.9/src/devguide/cdevconcepts32861.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.9/src/devguide/cdevconcepts32861.dita?rev=1403376&r1=1403375&r2=1403376&view=diff
==============================================================================
--- db/derby/docs/branches/10.9/src/devguide/cdevconcepts32861.dita (original)
+++ db/derby/docs/branches/10.9/src/devguide/cdevconcepts32861.dita Mon Oct 29 15:38:33 2012
@@ -28,8 +28,8 @@ out, you should program your application
 </keywords>
 </metadata></prolog>
 <conbody>
-<p>To do this, test for <i>SQLExceptions</i> with <codeph><i>SQLStates</i></codeph> of
-40001 (deadlock timeout) or 40XL1 or 40XL2 (lockwait timeout).</p>
+<p>To do this, test for <i>SQLExceptions</i> with <i>SQLStates</i> of 40001
+(deadlock timeout) or 40XL1 (lockwait timeout).</p>
 <p>In the case of a deadlock you might want to re-try the transaction that
 was chosen as a victim. In the case of a lock wait timeout, you probably do
 not want to do this right away.</p>