aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/connection-factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/connection-factory.cxx')
-rw-r--r--odb/mysql/connection-factory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/mysql/connection-factory.cxx b/odb/mysql/connection-factory.cxx
index 2f1b00c..2d86b82 100644
--- a/odb/mysql/connection-factory.cxx
+++ b/odb/mysql/connection-factory.cxx
@@ -229,7 +229,9 @@ namespace odb
void connection_pool_factory::
release (pooled_connection* c)
{
+ c->clear ();
c->pool_ = 0;
+
lock l (mutex_);
// Determine if we need to keep or free this connection.