mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Merge 10.5 into 10.6
This commit is contained in:
commit
fd0bdd3180
1 changed files with 1 additions and 2 deletions
|
@ -1974,8 +1974,7 @@ void srv_purge_shutdown()
|
|||
while(!srv_purge_should_exit()) {
|
||||
ut_a(!purge_sys.paused());
|
||||
srv_wake_purge_thread_if_not_active();
|
||||
std::this_thread::sleep_for(
|
||||
std::chrono::milliseconds(1));
|
||||
purge_coordinator_task.wait();
|
||||
}
|
||||
purge_sys.coordinator_shutdown();
|
||||
srv_shutdown_purge_tasks();
|
||||
|
|
Loading…
Add table
Reference in a new issue