diff --git a/storage/innobase/fil/fil0fil.cc b/storage/innobase/fil/fil0fil.cc index 41e4359..4b7bc51 100644 --- a/storage/innobase/fil/fil0fil.cc +++ b/storage/innobase/fil/fil0fil.cc @@ -3391,6 +3391,8 @@ func_exit: retry */ sleep = true; + space->stop_ios = FALSE; + } else if (node->modification_counter > node->flush_counter) { /* Flush the space */ sleep = flush = true;