mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
Updated the 'table has problems in replica' error and other tidbits, per Daniel's review
This commit is contained in:
@@ -765,8 +765,8 @@ sub full_output {
|
||||
close $_ or die "Cannot close $_: $OS_ERROR" for qw(STDOUT STDERR);
|
||||
my $output = slurp_file($file) . slurp_file($file2);
|
||||
|
||||
1 while unlink $file;
|
||||
1 while unlink $file2;
|
||||
unlink $file;
|
||||
unlink $file2;
|
||||
|
||||
return ($output, $status);
|
||||
}
|
||||
|
Reference in New Issue
Block a user