aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/query.hxx')
-rw-r--r--odb/mysql/query.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx
index 9deb6a7..9cb6bb9 100644
--- a/odb/mysql/query.hxx
+++ b/odb/mysql/query.hxx
@@ -191,8 +191,8 @@ namespace odb
std::string clause_;
parameters_type parameters_;
- std::vector<MYSQL_BIND> bind_;
- binding binding_;
+ mutable std::vector<MYSQL_BIND> bind_;
+ mutable binding binding_;
};
inline query