Commit 081c43ea authored by Alfranio Correia's avatar Alfranio Correia

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.
parent 77998869
......@@ -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);
......
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