Skip to:
After PT-1527 pt-table-checksum doesn't change binlog_format to STATMENT when --no-check-binlog-format is used.
Steps to reproduce
Set up a master-slave replication with binlog_format=mixed|row.
Create table
Add some data on master and slave
stamp();
Check table checksum
run pt-table-checksum
3.0.8 works fine
After PT-1527 pt-table-checksum doesn't change binlog_format to STATMENT when --no-check-binlog-format is used.
Steps to reproduce
Set up a master-slave replication with binlog_format=mixed|row.
Create table
Add some data on master and slave
stamp();
Check table checksum
run pt-table-checksum
3.0.8 works fine