mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Add --retries. Increase ROWS col by 1 char. Update POD. Add --max-load='' in tests until fixed.
This commit is contained in:
@@ -32,7 +32,9 @@ else {
|
||||
|
||||
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic
|
||||
# so we need to specify --lock-wait-timeout=3 else the tool will die.
|
||||
my @args = (qw(--lock-wait-timeout 3 --explain --tables sakila.country));
|
||||
# And --max-load "" prevents waiting for status variables.
|
||||
my @args = (qw(--lock-wait-timeout 3 --explain --tables sakila.country),
|
||||
'--max-load', '');
|
||||
my $cnf = "/tmp/12345/my.sandbox.cnf";
|
||||
my $pid_file = "/tmp/mk-table-checksum-test.pid";
|
||||
my $output;
|
||||
|
||||
Reference in New Issue
Block a user