mariadb/storage/innobase/srv
Jan Lindström 18b307a7d2 MDEV-6590: InnoDB recover ends in signal 11
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.
2014-08-25 13:35:33 +03:00
..
srv0conc.cc innodb 5.6.17 2014-05-07 17:32:23 +02:00
srv0mon.cc innodb-5.6.19 2014-08-06 20:05:10 +02:00
srv0srv.cc Automatic merge from 5.5 2014-08-19 21:35:14 +03:00
srv0start.cc MDEV-6590: InnoDB recover ends in signal 11 2014-08-25 13:35:33 +03:00