summaryrefslogtreecommitdiff
path: root/odb/mysql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-23 11:04:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-23 11:04:58 +0200
commitda518dc1ae7e78c753f5ea4fdfa27b140841de5d (patch)
tree00ae6ef2ef326c7b682007292ee8d4ddea63bdc5 /odb/mysql/statement.hxx
parent959f49cdeb02c1be24a535befde7b02de78a7fbd (diff)
Don't call store_result after we have reached the end
Diffstat (limited to 'odb/mysql/statement.hxx')
-rw-r--r--odb/mysql/statement.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/statement.hxx b/odb/mysql/statement.hxx
index d0c40d6..1684600 100644
--- a/odb/mysql/statement.hxx
+++ b/odb/mysql/statement.hxx
@@ -106,6 +106,7 @@ namespace odb
query_statement& operator= (const query_statement&);
private:
+ bool end_;
bool cached_;
binding& image_;