aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/query.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/query.txx')
-rw-r--r--odb/mysql/query.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/query.txx b/odb/mysql/query.txx
index deafad0..5cc1fc1 100644
--- a/odb/mysql/query.txx
+++ b/odb/mysql/query.txx
@@ -13,7 +13,7 @@ namespace odb
template <database_type_id ID>
query::
query (const query_column<bool, ID>& c)
- : clause_ (c.name ())
+ : clause_ (c.name ()), binding_ (0, 0)
{
// Cannot use IS TRUE here since database type can be a non-
// integral type.