aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/prepared-query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-15 13:17:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-15 13:17:30 +0200
commitc3a2b62f33e1f3fe19700257efdba7123b272cc4 (patch)
tree281f2275a2a7202c24bf114532adcd5752eaf19d /odb/mysql/prepared-query.hxx
parent9126281b53722115b2e8624632f2dd616f0c26a0 (diff)
Implement early connection release
Diffstat (limited to 'odb/mysql/prepared-query.hxx')
-rw-r--r--odb/mysql/prepared-query.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/mysql/prepared-query.hxx b/odb/mysql/prepared-query.hxx
index da83aee..684009f 100644
--- a/odb/mysql/prepared-query.hxx
+++ b/odb/mysql/prepared-query.hxx
@@ -23,6 +23,8 @@ namespace odb
virtual
~prepared_query_impl ();
+ prepared_query_impl (odb::connection& c): odb::prepared_query_impl (c) {}
+
mysql::query_base query;
};
}