Author: wyoung
Date: Thu Oct 25 21:08:32 2007
New Revision: 1793

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1793&view=rev
Log:
Added deadlock example description to README.examples

Modified:
    trunk/README.examples

Modified: trunk/README.examples
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/README.examples?rev=1793&r1=1792&r2=1793&view=diff
==============================================================================
--- trunk/README.examples (original)
+++ trunk/README.examples Thu Oct 25 21:08:32 2007
@@ -96,6 +96,10 @@
             transaction sets which automatically roll back if not
             explicitly committed.
 
+        deadlock: Shows how to handle errors that happen when the
+            database server detects a deadlock in a transaction set.
+            Also demonstrates the need for BadQuery::errnum()
+
         store_if: Demonstrates the Query::store_if() method, which
             allows you to store the results of a query in an STL
             container conditionally.  Think of it as a more powerful


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to