The MySQL documentation about CHECKSUM TABLE is very minimalistic.
My question: Is CHECKSUM TABLE a good way of checking if a MySQL Slave Table is in sync with the master? In other words: Can i use the checksums to verify that the slave table is equal to the master table?
I can't use Seconds_Behind_Master indicator because of changes only made in the slave table.