mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-24 02:01:42 +08:00
wait for slaves after load_file
This commit is contained in:
@@ -144,8 +144,7 @@ sub load_file {
|
||||
if ( $EVAL_ERROR ) {
|
||||
die "Failed to execute $file on $server: $EVAL_ERROR";
|
||||
}
|
||||
|
||||
return;
|
||||
$self->wait_for_slaves();
|
||||
}
|
||||
|
||||
sub _use_for {
|
||||
|
||||
Reference in New Issue
Block a user