summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/binlog_recover_checksum_error.result
blob: f65f7797d7f9fe430f8a34a82168d0b36518bf96 (plain)
1
2
3
4
5
6
7
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");
set @@global.debug_dbug = VALUE;
set @@global.master_verify_checksum = DO_CHECKSUM;
set @@global.binlog_checksum = BINLOG_CHECKSUM;
# EOF the test