diff options
author | Seppo Jaakola <seppo.jaakola@codership.com> | 2014-01-17 13:55:09 +0200 |
---|---|---|
committer | Seppo Jaakola <seppo.jaakola@codership.com> | 2014-01-17 13:55:09 +0200 |
commit | caa1b783bd398dad8ec8f3a93fc97d8194998e86 (patch) | |
tree | 72d0b6e25a7f8cf3413580fb3527c71722bc1f3d /sql/wsrep_applier.cc | |
parent | a8dbf680e6228c58afc1ef28628d088879614a0d (diff) | |
download | mariadb-git-caa1b783bd398dad8ec8f3a93fc97d8194998e86.tar.gz |
Fixed one compiler warning in wsrep_applier.cc
Diffstat (limited to 'sql/wsrep_applier.cc')
-rw-r--r-- | sql/wsrep_applier.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_applier.cc b/sql/wsrep_applier.cc index a707ac2993d..27fe7072813 100644 --- a/sql/wsrep_applier.cc +++ b/sql/wsrep_applier.cc @@ -115,7 +115,6 @@ static wsrep_cb_status_t wsrep_apply_events(THD* thd, while(buf_len) { int exec_res; - int error = 0; Log_event* ev= wsrep_read_log_event(&buf, &buf_len, wsrep_get_apply_format(thd)); |