mariadb/storage/innobase/mtr
Thirunarayanan Balathandayuthapani 6c34245963 MDEV-32811 Potentially broken crash recovery if a mini-transaction frees a page, not modifying previously clean pages
- The 11.2 test innodb.sys_truncate_debug fails while executing insert statement.
Reason for the failure is that same mini-transaction does freeing, allocating
and freeing the same page. Page initialization clears the FIL_PAGE_LSN
on the page, fails to set the FIL_PAGE_LSN after freeing the same page.
This issue is caused by commit f46efb4476

mtr_t::commit(): Should set the FIL_PAGE_LSN even though page is freed
2023-11-16 14:41:25 +05:30
..
mtr0mtr.cc MDEV-32811 Potentially broken crash recovery if a mini-transaction frees a page, not modifying previously clean pages 2023-11-16 14:41:25 +05:30