aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-28 20:14:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-28 20:14:08 +0200
commitc6e025e9dd0d47699f8b38616dc867f49cc25c94 (patch)
tree1d912b2f423b64431deb64215a7e3f93d2c67ce7 /odb/mysql/database.hxx
parent4038e3a4e4fa9ee4799d3d51392ac2af2f9e1394 (diff)
Rename begin_transaction() to begin()
Diffstat (limited to 'odb/mysql/database.hxx')
-rw-r--r--odb/mysql/database.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx
index 1075dc1..61e2b03 100644
--- a/odb/mysql/database.hxx
+++ b/odb/mysql/database.hxx
@@ -160,7 +160,7 @@ namespace odb
public:
virtual transaction_impl*
- begin_transaction ();
+ begin ();
public:
details::shared_ptr<connection_type>