http://code.google.com/p/maatkit/issues/detail?id=1028&colspec=ID%20Type%20Tool%20Summary
mk-table-checksum 发现两个表不一致,但是mk-table-sync 同步却没有发现不同的数据!!
[root@VMcentos-mysql-1 bin]# ./mk-table-sync --version mk-table-sync Ver 1.0.27 Distrib 6224 Changeset 6221 [root@VMcentos-mysql-1 bin]# ./mk-table-checksum --version mk-table-checksum Ver 1.2.14 Distrib 6224 Changeset 6211 [root@VMcentos-mysql-1 bin]# mysql -V mysql Ver 14.14 Distrib 5.1.41, for pc-linux-gnu (i686) using EditLine wrapper [root@VMcentos-mysql-1 bin]# ./mk-table-sync --no-check-slave --print h=192.168.0.3,u=root,p=1 h=127.0.0.1,u=root,p=l --databases d --tables e [root@VMcentos-mysql-1 bin]#这里没有数据需要同步 [root@VMcentos-mysql-1 bin]# ./mk-table-checksum h=192.168.0.3,u=root,p=1 h=127.0.0.1,u=root,p=l --databases d --tables e DATABASE TABLE CHUNK HOST ENGINE COUNT CHECKSUM TIME WAIT STAT LAG d e 0 192.168.0.3 MyISAM NULL 87762672 2 0 NULL NULL d e 0 127.0.0.1 MyISAM NULL 2915642746 6 0 NULL NULL [root@VMcentos-mysql-1 bin]#这里的checksum却不一样 [root@VMcentos-mysql-1 bin]#
有人遇到过吗??