From fe82ef79b9276e76b50eaf8fc1cc38646a84d49a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Oct 2012 13:17:31 +0200 Subject: Implement early connection release --- common/threads/driver.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common/threads') diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index b8a66f1..3f7f171 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -101,10 +101,6 @@ struct task transaction t (db_.begin ()); - { // @@ TMP - - //result r (db_.query (query::str == "another value", false)); - prep_query pq (db_.lookup_query ("object-query")); if (!pq) @@ -127,8 +123,6 @@ struct task } assert (found); - } // @@ TMP - t.commit (); } -- cgit v1.1