MDEV-27121 fixup: mariabackup.mdev-14447,full_crc32

This commit is contained in:
Marko Mäkelä 2022-11-08 16:59:36 +02:00
parent 12f20c154d
commit 8fb176c3c1
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
[crc32]
--innodb-checksum-algorithm=crc32
[full_crc32]
--innodb-checksum-algorithm=full_crc32

View file

@ -998,7 +998,7 @@ buf_page_is_corrupted(
DBUG_EXECUTE_IF(
"page_intermittent_checksum_mismatch", {
static int page_counter;
if (page_counter++ == 2) {
if (page_counter++ == 3) {
crc32++;
}
});