mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Update CompareResults in pt-upgrade.
This commit is contained in:
@@ -8942,6 +8942,16 @@ sub _compare_rows {
|
|||||||
|
|
||||||
$event->{row_count} = 0;
|
$event->{row_count} = 0;
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
my $no_diff = 1; # results are identical; this catches 0 row results
|
my $no_diff = 1; # results are identical; this catches 0 row results
|
||||||
my $outfile = new Outfile();
|
my $outfile = new Outfile();
|
||||||
my ($left_outfile, $right_outfile, $n_rows);
|
my ($left_outfile, $right_outfile, $n_rows);
|
||||||
|
Reference in New Issue
Block a user