Use Threads_running=25 as default --max-load. Allow = or : as var-val separator.

This commit is contained in:
Daniel Nichter
2011-11-01 12:13:02 -06:00
parent bf8dbbdb9e
commit 53605aa45e
3 changed files with 8 additions and 6 deletions

View File

@@ -42,9 +42,8 @@ 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.
# 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), '--max-load', '');
my @args = ($master_dsn, qw(--lock-wait-timeout 3));
my $row;
my $output;
my $exit_status;