mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -1739,6 +1739,7 @@ wait_signal:
|
||||
|
||||
WSREP_INFO("Donor state reached");
|
||||
|
||||
#ifdef ENABLED_DEBUG_SYNC
|
||||
DBUG_EXECUTE_IF("sync.wsrep_donor_state",
|
||||
{
|
||||
const char act[]=
|
||||
@ -1748,6 +1749,7 @@ wait_signal:
|
||||
assert(!debug_sync_set_action(thd.ptr,
|
||||
STRING_WITH_LEN(act)));
|
||||
};);
|
||||
#endif
|
||||
|
||||
goto wait_signal;
|
||||
}
|
||||
|
Reference in New Issue
Block a user