mirror of https://github.com/MariaDB/server
Browse Source
Suggested by Marko on github pr #576 buf_all_freed only needs to be called once, not 3 times. buf_all_freed will always return TRUE if it returns. It will crash if any page was not flushed so its effectively an assert anyway. The following calls are likely redundant and could be removed: fil_flush_file_spaces(FIL_TYPE_TABLESPACE); fil_flush_file_spaces(FIL_TYPE_LOG);pull/694/head
committed by
Marko Mäkelä
2 changed files with 2 additions and 44 deletions
Loading…
Reference in new issue