summaryrefslogtreecommitdiff
path: root/libmysqlpp/selectcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/selectcommand.h')
-rw-r--r--libmysqlpp/selectcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqlpp/selectcommand.h b/libmysqlpp/selectcommand.h
index 7ffff54..58c569b 100644
--- a/libmysqlpp/selectcommand.h
+++ b/libmysqlpp/selectcommand.h
@@ -15,6 +15,7 @@ namespace MySQL {
void execute();
private:
+ bool prepared;
bool executed;
Binds fields;
};