mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
9 lines
408 B
Plaintext
9 lines
408 B
Plaintext
set @@global.binlog_checksum = CRC32;
|
|
call mtr.add_suppression("Replication event checksum verification failed");
|
|
call mtr.add_suppression("Error in Log_event::read_log_event");
|
|
# restart: --master_verify_checksum=ON --debug_dbug=+d,corrupt_read_log_event_char
|
|
set @@global.debug_dbug = VALUE;
|
|
set @@global.master_verify_checksum = DO_CHECKSUM;
|
|
set @@global.binlog_checksum = BINLOG_CHECKSUM;
|
|
# EOF the test
|