Comment 0 for bug 1321297

Revision history for this message
Joe (joegrasse) wrote :

When running pt-table-checksum on tables with timestamp columns and replicating from 5.5 to 5.6, differences are reported when the column data actually matches.

It looks like this is because of this line...
http://bazaar.launchpad.net/~percona-toolkit-dev/percona-toolkit/2.2/annotate/head:/bin/pt-table-checksum#L5781

If I change that to ...
$result .= '';
No differences are reported.