mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.4 into 10.5
The functional changes of commit 5836191c8f
(MDEV-21168) are omitted due to MDEV-742 having addressed the issue.
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user