mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Add --execute and die unless it's given. Enhance docu/risks about replication.
This commit is contained in:
@@ -33,7 +33,7 @@ else {
|
||||
|
||||
my $output = "";
|
||||
my $cnf = '/tmp/12345/my.sandbox.cnf';
|
||||
my @args = ('-F', $cnf);
|
||||
my @args = ('-F', $cnf, '--execute');
|
||||
my $exit = 0;
|
||||
my $rows;
|
||||
|
||||
|
Reference in New Issue
Block a user