~jmuc/percona-toolkit/float-log-precision

« back to all changes in this revision

Viewing changes to t/pt-table-checksum/privs.t

Merge pt-osc-metadata-lock-bug-1113301.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
}
42
42
 
43
43
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic
44
 
# so we need to specify --lock-wait-timeout=3 else the tool will die.
 
44
# so we need to specify --set-vars innodb_lock_wait_timeout=3 else the tool will die.
45
45
my $master_dsn = 'h=127.1,P=12345';
46
 
my @args       = (qw(--lock-wait-timeout 3));
 
46
my @args       = (qw(--set-vars innodb_lock_wait_timeout=3));
47
47
my $row;
48
48
my $output;
49
49
my $exit_status;