Post-fix for BUG#47287.
The label "end" was causing compiler warnings as it was no longer used. To fix the problem we removed it.
This commit is contained in:
parent
77998869ee
commit
081c43ea64
@ -1549,7 +1549,6 @@ static int binlog_commit(handlerton *hton, THD *thd, bool all)
|
||||
|
||||
trx_data->at_least_one_stmt_committed = my_b_tell(&trx_data->trans_log) > 0;
|
||||
|
||||
end:
|
||||
if (!all)
|
||||
trx_data->before_stmt_pos = MY_OFF_T_UNDEF; // part of the stmt commit
|
||||
DBUG_RETURN(error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user