Author: wyoung
Date: Thu Oct 25 21:22:58 2007
New Revision: 1794

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1794&view=rev
Log:
Regenerated bmark.txt, due to new deadlock tables

Modified:
    trunk/bmark.txt

Modified: trunk/bmark.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/bmark.txt?rev=1794&r1=1793&r2=1794&view=diff
==============================================================================
--- trunk/bmark.txt (original)
+++ trunk/bmark.txt Thu Oct 25 21:22:58 2007
@@ -5,6 +5,7 @@
 Creating stock table...
 Populating stock table...
 Creating empty images table...
+Creating deadlock testing tables...
 Reinitialized sample database successfully.
 ================ END resetdb OUTPUT ================
 
@@ -106,6 +107,7 @@
 Creating stock table...
 Populating stock table...
 Creating empty images table...
+Creating deadlock testing tables...
 Reinitialized sample database successfully.
 ================ END resetdb OUTPUT ================
 
@@ -125,9 +127,21 @@
 
 
 ================================= show tables 
==================================
-Tables found: 2
+Tables found: 4
+       deadlock_test1
+       deadlock_test2
        images
        stock
+
+=========================== describe deadlock_test1 
============================
+|field                 ||type                ||null||key||default        |
+ x                       int(11)               YES        NULL            
+
+
+=========================== describe deadlock_test2 
============================
+|field                 ||type                ||null||key||default        |
+ x                       int(11)               YES        NULL            
+
 
 =============================== describe images 
================================
 |field                 ||type                ||null||key||default        |
@@ -163,6 +177,7 @@
 Creating stock table...
 Populating stock table...
 Creating empty images table...
+Creating deadlock testing tables...
 Reinitialized sample database successfully.
 ================ END resetdb OUTPUT ================
 


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

Reply via email to