From 23bdd06c5ec17206d2dfb75ad55b3c613921dce7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 20:14:08 +0200 Subject: Rename begin_transaction() to begin() --- mysql/template/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql/template') 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 (); } } -- cgit v1.1