mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.7' into 10.8
This commit is contained in:
@@ -4517,6 +4517,15 @@ static int exec_relay_log_event(THD* thd, Relay_log_info* rli,
|
||||
#ifdef WITH_WSREP
|
||||
wsrep_after_statement(thd);
|
||||
#endif /* WITH_WSREP */
|
||||
DBUG_EXECUTE_IF(
|
||||
"pause_sql_thread_on_fde",
|
||||
if (ev && typ == FORMAT_DESCRIPTION_EVENT) {
|
||||
DBUG_ASSERT(!debug_sync_set_action(
|
||||
thd,
|
||||
STRING_WITH_LEN(
|
||||
"now SIGNAL paused_on_fde WAIT_FOR sql_thread_continue")));
|
||||
});
|
||||
|
||||
DBUG_RETURN(exec_res);
|
||||
}
|
||||
mysql_mutex_unlock(&rli->data_lock);
|
||||
|
Reference in New Issue
Block a user