• Marko Mäkelä's avatar
    Cleanup: Remove OS_FILE_ON_ERROR_NO_EXIT · 3dd7b0a8
    Marko Mäkelä authored
    Ever since commit 412ee033
    or commit a440d6ed
    InnoDB should generally not abort when failing to open or create files.
    In Datafile::open_or_create() we had failed to set the flag
    to avoid abort() on failure, but everywhere else we were setting it.
    
    We may still call abort() via os_file_handle_error().
    
    Reviewed by: Vladislav Vaintroub
    3dd7b0a8
fil0fil.cc 92.7 KB