Loading innobase/fil/fil0fil.c +2 −1 Original line number Diff line number Diff line Loading @@ -4157,7 +4157,8 @@ fil_flush_file_spaces( space = UT_LIST_GET_FIRST(system->space_list); while (space) { if (space->purpose == purpose) { if (space->purpose == purpose && !space->is_being_deleted) { space->n_pending_flushes++; /* prevent dropping of the space while we are flushing */ Loading Loading
innobase/fil/fil0fil.c +2 −1 Original line number Diff line number Diff line Loading @@ -4157,7 +4157,8 @@ fil_flush_file_spaces( space = UT_LIST_GET_FIRST(system->space_list); while (space) { if (space->purpose == purpose) { if (space->purpose == purpose && !space->is_being_deleted) { space->n_pending_flushes++; /* prevent dropping of the space while we are flushing */ Loading