Commit eabb3b35 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-27121 fixup: mariabackup.mdev-14447 fault injection

parent 01ac7455
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment