aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-09-07 23:48:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-09-07 23:48:00 +0200
commitfc6e06aab1d3b08553bb1a448ec40d07b175e977 (patch)
tree1ab9e3b97898cf1ced7cee7f8ad9fc31844b96a2 /odb/mysql/statement.hxx
parent75212d9609d2bfae1836d21347fc058914bbbfcd (diff)
Add support for calling MySQL stored procedures
Diffstat (limited to 'odb/mysql/statement.hxx')
-rw-r--r--odb/mysql/statement.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/mysql/statement.hxx b/odb/mysql/statement.hxx
index 5fa53ef..3e7afad 100644
--- a/odb/mysql/statement.hxx
+++ b/odb/mysql/statement.hxx
@@ -205,6 +205,10 @@ namespace odb
std::size_t rows_;
std::size_t size_;
+#if MYSQL_VERSION_ID >= 50503
+ bool out_params_;
+#endif
+
binding* param_;
std::size_t param_version_;