From 93da8da13f7af27d9a884bacf9e0157f31827905 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 2 Jun 2015 00:43:47 +0100 Subject: Fix behaviour of multiple executions --- libmysqlpp/selectcommand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmysqlpp/selectcommand.h') 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; }; -- cgit v1.2.3