diff options
Diffstat (limited to 'libmysqlpp')
-rw-r--r-- | libmysqlpp/my-command.cpp | 1 |
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; } } } |