aboutsummaryrefslogtreecommitdiff
path: root/mysql/template/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/template/driver.cxx')
-rw-r--r--mysql/template/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx
index 45a73eb..5e4d6b3 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -32,7 +32,7 @@ main (int argc, char* argv[])
//
cout << "test 001" << endl;
{
- transaction t (db->begin_transaction ());
+ transaction t (db->begin ());
t.commit ();
}
}