Skip to content

Commit

Permalink
Fixed one compiler warning in wsrep_applier.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppo Jaakola committed Jan 17, 2014
1 parent a8dbf68 commit caa1b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql/wsrep_applier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit caa1b78

Please sign in to comment.