Skip to content

Commit 55a344f

Browse files
committed
Merge 10.5 into 10.6
2 parents 9608773 + 1fcd8db commit 55a344f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/srv/srv0srv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ ulint srv_get_task_queue_length()
19721972
void srv_purge_shutdown()
19731973
{
19741974
if (purge_sys.enabled()) {
1975-
if (!srv_fast_shutdown)
1975+
if (!srv_fast_shutdown && !opt_bootstrap)
19761976
srv_update_purge_thread_count(innodb_purge_threads_MAX);
19771977
while(!srv_purge_should_exit()) {
19781978
ut_a(!purge_sys.paused());

0 commit comments

Comments
 (0)