• Marko Mäkelä's avatar
    MDEV-16264: Remove IORequest::IGNORE_MISSING · a69cff29
    Marko Mäkelä authored
    After MDEV-11556, not even crash recovery should attempt to access
    non-existing pages. But, buf_load() is not validating its input
    and must thus be able to ignore missing pages, so that is why
    buf_read_page_background() does that.
    a69cff29
fil0fil.cc 138 KB