mariadb/storage
Thirunarayanan Balathandayuthapani 941af1fa58 MDEV-31803 InnoDB aborts during recovery when immediate_scrub_data_uncompressed is enabled
Problem:
========
 - InnoDB scans the complete redo log to ensure that there is
no corruption and to find the end of the log. During this scan,
InnoDB saves all the freed ranges, but it doesn't save
recovered size. Later, InnoDB recovery applies partial
redo logs and IO thread tries to flush the all freed
ranges which was noted during previous complete scan of redo logs.

Fix:
====
 InnoDB should store the freed pages only when InnoDB stores
 the redo log records.
2023-07-31 16:42:23 +05:30
..
archive Merge 10.6 into 10.8 2023-02-10 13:43:53 +02:00
blackhole Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
columnstore Merge branch '10.6' into 10.7 2023-01-31 09:33:58 +01:00
connect Fixed main.mysqld-help and connect.drop-open-error tests 2023-06-14 00:39:14 +03:00
csv MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rows 2021-10-26 17:29:40 +02:00
example Merge 10.6 into 10.8 2023-02-10 13:43:53 +02:00
federated Merge 10.5 into 10.6 2023-02-10 13:03:01 +02:00
federatedx Merge 10.6 into 10.8 2023-02-10 13:43:53 +02:00
heap Merge 10.5 into 10.6 2023-02-10 13:03:01 +02:00
innobase MDEV-31803 InnoDB aborts during recovery when immediate_scrub_data_uncompressed is enabled 2023-07-31 16:42:23 +05:30
maria Merge 10.6 into 10.9 2023-06-27 13:48:46 +03:00
mroonga Merge 10.6 into 10.8 2023-02-10 13:43:53 +02:00
myisam Merge 10.6 into 10.9 2023-05-25 09:24:32 +03:00
myisammrg Merge 10.6 into 10.9 2023-05-25 09:24:32 +03:00
oqgraph Merge 10.6 into 10.7 2022-01-18 13:01:19 +02:00
perfschema Merge branch '10.5' into 10.6 2023-05-03 09:51:25 +02:00
rocksdb MDEV-31573: rocksdb.group_min_max test fails 2023-06-28 22:01:16 +03:00
sequence Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
sphinx Merge branch '10.5' into 10.6 2022-11-02 14:33:20 +01:00
spider Merge 10.6 into 10.9 2023-07-05 16:45:10 +03:00
test_sql_discovery Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00