• Marko Mäkelä's avatar
    Fix tests for innodb_checksum_algorithm=strict_crc32 · df51dc28
    Marko Mäkelä authored
    In tests that directly write InnoDB data file pages,
    compute the innodb_checksum_algorithm=crc32 checksums,
    instead of writing the 0xdeadbeef value used by
    innodb_checksum_algorithm=none. In this way, these tests
    will not cause failures when executing
    ./mtr --mysqld=--loose-innodb-checksum-algorithm=strict_crc32
    df51dc28
alter_kill.test 6.31 KB