Skip to content
Permalink
Browse files
MDEV-27121 fixup: mariabackup.mdev-14447,full_crc32
  • Loading branch information
dr-m committed Nov 8, 2022
1 parent 12f20c1 commit 8fb176c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
@@ -0,0 +1,5 @@
[crc32]
--innodb-checksum-algorithm=crc32

[full_crc32]
--innodb-checksum-algorithm=full_crc32
@@ -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++;
}
});

0 comments on commit 8fb176c

Please sign in to comment.