mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-27121 fixup: mariabackup.mdev-14447,full_crc32
This commit is contained in:
parent
12f20c154d
commit
8fb176c3c1
2 changed files with 6 additions and 1 deletions
5
mysql-test/suite/mariabackup/mdev-14447.combinations
Normal file
5
mysql-test/suite/mariabackup/mdev-14447.combinations
Normal file
|
@ -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++;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue