From f4866d17f3778f983d8bf34ef32bb6f102620369 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 11:49:34 +0200 Subject: Disable early connection release for now --- odb/mysql/transaction-impl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/mysql/transaction-impl.cxx') 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 (); } } } -- cgit v1.1