mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Don't count missing sth as diffs.
This commit is contained in:
@@ -8944,10 +8944,6 @@ sub _compare_rows {
|
||||
|
||||
if ( !$right ) {
|
||||
PTDEBUG && _d('No results sth on host', $i);
|
||||
$different_row_counts++;
|
||||
$different_column_counts++;
|
||||
$different_column_types++;
|
||||
$different_column_values++;
|
||||
delete $event->{results_sth};
|
||||
next EVENT;
|
||||
}
|
||||
|
@@ -366,10 +366,6 @@ sub _compare_rows {
|
||||
|
||||
if ( !$right ) {
|
||||
PTDEBUG && _d('No results sth on host', $i);
|
||||
$different_row_counts++;
|
||||
$different_column_counts++;
|
||||
$different_column_types++;
|
||||
$different_column_values++;
|
||||
delete $event->{results_sth};
|
||||
next EVENT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user