mariadb/storage/xtradb/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 xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
srv0mon.cc xtradb-5.6.19-67.0 2014-08-06 19:57:06 +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