Commit dca4b915 authored by Michael Widenius's avatar Michael Widenius Committed by Michael Widenius

MDEV-5906: Thread status not changed when applying log events

sql/log_event.cc:
  Added THD_STAGE_INFO when applying row events
parent 79a8a613
......@@ -9776,6 +9776,7 @@ int Rows_log_event::do_apply_event(rpl_group_info *rgi)
*/
rgi->set_row_stmt_start_timestamp();
THD_STAGE_INFO(thd, stage_executing);
while (error == 0 && m_curr_row < m_rows_end)
{
/* in_use can have been set to NULL in close_tables_for_reopen */
......
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