mariadb/mysql-test/suite/innodb_zip
Thirunarayanan Balathandayuthapani e4f8ab2624 MDEV-37138: Innochecksum fails to handle doublewrite buffer and
multiple file tablespace

Problem:
=======
- innochecksum was incorrectly interpreting doublewrite buffer
pages as index pages, causing confusion about stale tables
in the system tablespace.

- innochecksum fails to parse the multi-file system tablespace

Solution:
========
1. Doublewrite buffer pages and rewrite checksum of
doublewrite buffer pages are skipped when skip_freed_pages
is enabled.

2. Introduced the option --tablespace-flags which can be used
to initialize page size. This option can handle the ibdata2,
ibdata3 etc without parsing ibdata1.
2025-09-26 15:39:42 +05:30
..
include Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
r MDEV-37138: Innochecksum fails to handle doublewrite buffer and 2025-09-26 15:39:42 +05:30
t MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00