mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Rewrite TableSyncer to use only NibbleIterator. Add RowSyncer. Return hashref from NibbleIterator.
This commit is contained in:
@@ -93,7 +93,7 @@ sub make_row_checksum {
|
||||
}
|
||||
|
||||
if ( uc $func ne 'FNV_64' && uc $func ne 'FNV1A_64' ) {
|
||||
my $sep = $o->get('separator') || '#';
|
||||
my $sep = ($o->has('separator') && $o->get('separator')) || '#';
|
||||
$sep =~ s/'//g;
|
||||
$sep ||= '#';
|
||||
|
||||
|
Reference in New Issue
Block a user