Add code comment to new %diff_chunks code.

This commit is contained in:
Daniel Nichter
2012-07-27 11:54:48 -06:00
parent 0fc84ff7c0
commit c94d0ee186

View File

@@ -7703,6 +7703,9 @@ sub main {
# Save unique chunks that differ.
# https://bugs.launchpad.net/percona-toolkit/+bug/1030031
if ( scalar @$diffs ) {
# "chunk" is the chunk number. See the SELECT
# statement in RowChecksum::find_replication_differences()
# for the full list of columns.
map { $diff_chunks{ $_->{chunk} }++ } @$diffs;
}
};