summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-command.cpp')
-rw-r--r--libmysqlpp/my-command.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqlpp/my-command.cpp b/libmysqlpp/my-command.cpp
index a5efeef..539fbf6 100644
--- a/libmysqlpp/my-command.cpp
+++ b/libmysqlpp/my-command.cpp
@@ -162,7 +162,6 @@ MySQL::Command::bindParams()
if (paramsNeedBinding) {
if (mysql_stmt_bind_param(stmt, &binds.front())) {
throw Error(stmt);
- paramsNeedBinding = false;
}
}
}