Skip to content
Permalink
Browse files
MDEV-27121 fixup: mariabackup.mdev-14447 fault injection
  • Loading branch information
dr-m committed Nov 8, 2022
1 parent 01ac745 commit eabb3b3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1141,7 +1141,7 @@ buf_page_is_corrupted(
DBUG_EXECUTE_IF(
"page_intermittent_checksum_mismatch", {
static int page_counter;
if (page_counter++ == 2) return true;
if (page_counter++ == 3) return true;
});

if ((checksum_field1 != crc32

0 comments on commit eabb3b3

Please sign in to comment.