Skip to content

Commit caa1b78

Browse files
author
Seppo Jaakola
committed
Fixed one compiler warning in wsrep_applier.cc
1 parent a8dbf68 commit caa1b78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/wsrep_applier.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ static wsrep_cb_status_t wsrep_apply_events(THD* thd,
115115
while(buf_len)
116116
{
117117
int exec_res;
118-
int error = 0;
119118
Log_event* ev= wsrep_read_log_event(&buf, &buf_len,
120119
wsrep_get_apply_format(thd));
121120

0 commit comments

Comments
 (0)