mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Add --retries. Increase ROWS col by 1 char. Update POD. Add --max-load='' in tests until fixed.
This commit is contained in:
@@ -45,9 +45,10 @@ $master_dbh->do('drop table if exists percona.checksums');
|
||||
|
||||
# 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.
|
||||
# And --max-load "" prevents waiting for status variables.
|
||||
my $master_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox';
|
||||
my @args = ($master_dsn, qw(--lock-wait-timeout 3),
|
||||
'--progress', 'time,1');
|
||||
'--progress', 'time,1', '--max-load', '');
|
||||
my $output;
|
||||
my $row;
|
||||
my $scripts = "$trunk/t/pt-table-checksum/scripts/";
|
||||
|
Reference in New Issue
Block a user