aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/mysql/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx
index ba5bac9..54f7e6f 100644
--- a/odb/mysql/query.hxx
+++ b/odb/mysql/query.hxx
@@ -148,7 +148,7 @@ namespace odb
kind_type kind;
std::string part; // If kind is param, then part is conversion expr.
- bool bool_part;
+ bool bool_part = false;
};
query_base ()