mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
481aa0af46
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. |
||
---|---|---|
.. | ||
fsp0file.cc | ||
fsp0fsp.cc | ||
fsp0space.cc | ||
fsp0sysspace.cc |