1set @@global.binlog_checksum = CRC32;
2call mtr.add_suppression("Replication event checksum verification failed");
3call mtr.add_suppression("Error in Log_event::read_log_event");
4set @@global.debug_dbug = VALUE;
5set @@global.master_verify_checksum = DO_CHECKSUM;
6set @@global.binlog_checksum = BINLOG_CHECKSUM;
7# EOF the test
8