• Jan Lindström's avatar
    MDEV-6590: InnoDB recover ends in signal 11 · 18b307a7
    Jan Lindström authored
    Analysis: When database is migrated from 5.5 or earlier and
    database needs crash recovery, there is possibility that
    SYS_DATAFILES system table does not exists, but
    crash recovery in function dict_check_tablespaces_and_store_max_id()
    assumes that SYS_DATAFILES exists.
    
    Fix: If SYS_DATAFILES does not exists, create it before
    we end up to function dict_check_tablespaces_and_store_max_id()
    on crash recovery.
    18b307a7
srv0start.cc 84.5 KB