diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2015-01-12 13:14:06 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2015-01-12 13:14:06 +0100 |
commit | 5fe5db939d0bd562a3e20e3b320ccbeedae5501c (patch) | |
tree | 253855f7f104b9554800590bc3eefe1649760c10 | |
parent | 9445f8c41694db3ca7db84b725766489a8b93283 (diff) | |
download | mariadb-git-sanja-old-10.0-batch.tar.gz |
Fix initialization.sanja-old-10.0-batch
-rw-r--r-- | sql/sql_prepare.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index ba67ed773ad..1b706252ade 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -3865,7 +3865,7 @@ Prepared_statement::execute_bulk_loop(String *expanded_query, ulong iterations_arg) { Reprepare_observer reprepare_observer; - bool error; + bool error= 0; packet= packet_arg; packet_end= packet_end_arg; iterations= iterations_arg; |