mariadb/mysql-test/suite/innodb
Thirunarayanan Balathandayuthapani c89366866b MDEV-22970 Possible corruption of page_compressed tables, or
when scrubbing is enabled

buf_read_recv_pages(): Ignore the page to read if it is already
present in the freed ranges.

store_freed_or_init_rec(): Store the ranges only if scrubbing
is enabled or page compressed tablespace.

recv_init_crash_recovery_space(): Add the freed range only when
scrubbing or page compressed tablespace.

range_set::contains(): Search the value is present in ranges.

range_set::remove_if_exists(): Remove the value if exist in ranges.

mtr_t::init(): Handles the scenario that mini-transaction may allocate
a page that had just been freed.

recv_sys_t::parse(): Note down the FREE and INIT redo log irrespective
of STORE value.

Removed innodb_tablespaces_scrubbing from test case
2020-07-20 18:52:10 +05:30
..
include MDEV-14425 deprecate and ignore innodb_log_files_in_group 2020-02-19 12:21:59 +03:00
r Merge 10.4 into 10.5 2020-07-20 15:55:59 +03:00
t MDEV-22970 Possible corruption of page_compressed tables, or 2020-07-20 18:52:10 +05:30
disabled.def MDEV-22970 Possible corruption of page_compressed tables, or 2020-07-20 18:52:10 +05:30