mariadb/mysql-test/suite/innodb/t/undo_truncate.opt
Thirunarayanan Balathandayuthapani 647a7232ff MDEV-30438 innodb.undo_truncate,4k fails when innodb-immediate-scrub-data-uncompressed is enabled
- InnoDB fails to clear the freed ranges during truncation of innodb
undo log tablespace. During shutdown, InnoDB flushes the freed page
ranges and throws the out of bound error.

mtr_t::commit_shrink(): clear the freed ranges while doing undo
tablespace truncation
2023-01-23 09:55:49 +05:30

2 lines
76 B
Text

--innodb-buffer-pool-size=24M
--innodb-immediate-scrub-data-uncompressed=ON