mariadb/storage/innobase/fsp
Thirunarayanan Balathandayuthapani 7697216371 MDEV-26631 InnoDB fails to fetch page from doublewrite buffer
Problem:
========
InnoDB fails to fetch the page0 from dblwr if page0 is
corrupted.In that case, InnoDB defers the tablespace
and doesn't find the INIT_PAGE redo log record for page0
and it leads to failure.

Solution:
=========
 InnoDB should recover page0 from dblwr if space_id can
be found for deferred tablespace.
2021-09-24 18:44:16 +05:30
..
fsp0file.cc MDEV-26631 InnoDB fails to fetch page from doublewrite buffer 2021-09-24 18:44:16 +05:30
fsp0fsp.cc Merge 10.5 into 10.6 2021-09-24 14:38:52 +03:00
fsp0space.cc MDEV-25312 Replace fil_space_t::name with fil_space_t::name() 2021-04-07 18:01:13 +03:00
fsp0sysspace.cc MDEV-25312 Replace fil_space_t::name with fil_space_t::name() 2021-04-07 18:01:13 +03:00