Author: wyoung
Date: Wed Jul 18 00:54:18 2007
New Revision: 1715
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1715&view=rev
Log:
Changed program sequence in dtest for cosmetic reasons
Modified:
trunk/bmark.txt
trunk/dtest
Modified: trunk/bmark.txt
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/bmark.txt?rev=1715&r1=1714&r2=1715&view=diff
==============================================================================
--- trunk/bmark.txt (original)
+++ trunk/bmark.txt Wed Jul 18 00:54:18 2007
@@ -91,6 +91,42 @@
Hotdog Buns 65 1.1 1.1 1998-04-23
================ END tquery2 OUTPUT ================
+---------------- BEGIN dbinfo OUTPUT ----------------
+
+
+================================= show tables
==================================
+Tables found: 2
+ images
+ stock
+
+=============================== describe images
================================
+|field ||type ||null||key||default |
+ id int(10) unsigned PRI NULL
+ data blob YES NULL
+
+
+================================ describe stock
================================
+|field ||type ||null||key||default |
+ item char(20)
+ num bigint(20) YES NULL
+ weight double YES NULL
+ price double YES NULL
+ sdate date YES NULL
+================ END dbinfo OUTPUT ================
+
+---------------- BEGIN fieldinf OUTPUT ----------------
+Field SQL Type Equivalent C++ Type
+======= ==============
========================================================
+item CHAR NOT NULL n/a
+num BIGINT NULL n/a
+weight DOUBLE NULL n/a
+price DOUBLE NULL n/a
+sdate DATE NULL n/a
+
+SQL type of 'item' field most closely resembles the C++ string type.
+SQL type of 'num' field most closely resembles MySQL++'s longlong type.
+================ END fieldinf OUTPUT ================
+
---------------- BEGIN resetdb OUTPUT ----------------
Connecting to database server...
Dropping existing sample data tables...
@@ -174,39 +210,3 @@
Hot Dogs
================ END custom6 OUTPUT ================
----------------- BEGIN dbinfo OUTPUT ----------------
-
-
-================================= show tables
==================================
-Tables found: 2
- images
- stock
-
-=============================== describe images
================================
-|field ||type ||null||key||default |
- id int(10) unsigned PRI NULL
- data blob YES NULL
-
-
-================================ describe stock
================================
-|field ||type ||null||key||default |
- item char(20)
- num bigint(20) YES NULL
- weight double YES NULL
- price double YES NULL
- sdate date YES NULL
-================ END dbinfo OUTPUT ================
-
----------------- BEGIN fieldinf OUTPUT ----------------
-Field SQL Type Equivalent C++ Type
-======= ==============
========================================================
-item CHAR NOT NULL n/a
-num BIGINT NULL n/a
-weight DOUBLE NULL n/a
-price DOUBLE NULL n/a
-sdate DATE NULL n/a
-
-SQL type of 'item' field most closely resembles the C++ string type.
-SQL type of 'num' field most closely resembles MySQL++'s longlong type.
-================ END fieldinf OUTPUT ================
-
Modified: trunk/dtest
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/dtest?rev=1715&r1=1714&r2=1715&view=diff
==============================================================================
--- trunk/dtest (original)
+++ trunk/dtest Wed Jul 18 00:54:18 2007
@@ -5,9 +5,10 @@
# Yes, the repeated use of resetdb is intentional! We're running it
# after the examples that change the database in a way that will cause
# subsequent examples to fail because data they need isn't present.
-for t in resetdb simple1 simple2 simple3 store_if for_each \
- multiquery tquery1 resetdb tquery2 resetdb usequery \
- custom1 custom2 custom3 custom4 custom5 custom6 dbinfo fieldinf
+for t in \
+ resetdb simple[0-9] store_if for_each multiquery tquery1 \
+ resetdb tquery2 dbinfo fieldinf \
+ resetdb usequery custom[0-9]
do
if [ -x $t ]
then
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits