Commit caa1b783 authored by Seppo Jaakola's avatar Seppo Jaakola

Fixed one compiler warning in wsrep_applier.cc

parent a8dbf680
...@@ -115,7 +115,6 @@ static wsrep_cb_status_t wsrep_apply_events(THD* thd, ...@@ -115,7 +115,6 @@ static wsrep_cb_status_t wsrep_apply_events(THD* thd,
while(buf_len) while(buf_len)
{ {
int exec_res; int exec_res;
int error = 0;
Log_event* ev= wsrep_read_log_event(&buf, &buf_len, Log_event* ev= wsrep_read_log_event(&buf, &buf_len,
wsrep_get_apply_format(thd)); wsrep_get_apply_format(thd));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment