diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-19 11:49:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-19 11:49:34 +0200 |
commit | f4866d17f3778f983d8bf34ef32bb6f102620369 (patch) | |
tree | 18b11049cb2269e2304408168883928d24c4e92b | |
parent | 3900f747ee74e869f1a82c0f36f5498f9687ec90 (diff) |
Disable early connection release for now
-rw-r--r-- | odb/mysql/transaction-impl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/transaction-impl.cxx b/odb/mysql/transaction-impl.cxx index 4cea7d1..42bc2aa 100644 --- a/odb/mysql/transaction-impl.cxx +++ b/odb/mysql/transaction-impl.cxx @@ -42,7 +42,7 @@ namespace odb // Release the connection. // - connection_.reset (); + //connection_.reset (); } void transaction_impl:: @@ -58,7 +58,7 @@ namespace odb // Release the connection. // - connection_.reset (); + //connection_.reset (); } } } |