diff options
Diffstat (limited to 'mysql/template')
-rw-r--r-- | mysql/template/driver.cxx | 3 | ||||
-rw-r--r-- | mysql/template/test.std | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx index a1b45cb..c8358b1 100644 --- a/mysql/template/driver.cxx +++ b/mysql/template/driver.cxx @@ -28,9 +28,6 @@ main (int argc, char* argv[]) { auto_ptr<database> db (create_specific_database<database> (argc, argv)); - // - // - cout << "test 001" << endl; { transaction t (db->begin ()); t.commit (); diff --git a/mysql/template/test.std b/mysql/template/test.std index af8d8e7..e69de29 100644 --- a/mysql/template/test.std +++ b/mysql/template/test.std @@ -1 +0,0 @@ -test 001 |