mariadb/storage/innobase/fsp
Marko Mäkelä 481aa0af46 MDEV-23267 Assertion on --bootstrap --innodb-force-recovery
SysTablespace::file_not_found(): If the system tablespace cannot be
found and innodb_force_recovery has been specified, refuse to start up.
The system tablespace is necessary for accessing any InnoDB tables,
because it contains the TRX_SYS page (the state of transactions)
and the InnoDB data dictionary.

This is similar to our handling of innodb_read_only except that
we will happily create the InnoDB temporary tablespace even if
innodb_force_recovry is set.
2021-10-25 15:14:43 +03:00
..
fsp0file.cc MDEV-11799 Doublewrite recovery can corrupt data pages 2020-07-31 11:54:35 +03:00
fsp0fsp.cc MDEV-26450: Corruption due to innodb_undo_log_truncate 2021-09-22 14:15:00 +03:00
fsp0space.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0sysspace.cc MDEV-23267 Assertion on --bootstrap --innodb-force-recovery 2021-10-25 15:14:43 +03:00