1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Relay_log_info::executed_entries to Atomic_counter

This commit is contained in:
Sergey Vojtovich
2020-04-15 18:35:48 +04:00
parent c1bdf62452
commit 5876ed9e5b
4 changed files with 4 additions and 14 deletions

View File

@ -60,7 +60,7 @@ rpt_handle_event(rpl_parallel_thread::queued_event *qev,
rgi->last_master_timestamp= ev->when + (time_t)ev->exec_time;
err= apply_event_and_update_pos_for_parallel(ev, thd, rgi);
thread_safe_increment64(&rli->executed_entries);
rli->executed_entries++;
#ifdef WITH_WSREP
if (wsrep_after_statement(thd))
{