Add --execute and die unless it's given. Enhance docu/risks about replication.

This commit is contained in:
Daniel Nichter
2012-03-02 12:30:16 -08:00
parent 7c76b25179
commit 866a042444
4 changed files with 61 additions and 11 deletions

View File

@@ -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;