• Sergei Golubchik's avatar
    Bug#28867993: POSSIBLE ISSUE WITH MYSQL SERVER RESTART · 2a0f1d61
    Sergei Golubchik authored
    on startup innodb is checking whether files "ib_logfileN"
    (for N from 1 to 100) exist, and whether they're readable.
    A non-existent file aborted the scan.
    A directory instead of a file made InnoDB to fail.
    
    Now it treats "directory exists" as "file doesn't exist".
    2a0f1d61
innodb_28867993.result 160 Bytes