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

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
}
28
28
 
29
29
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic
30
 
# so we need to specify --lock-wait-timeout=3 else the tool will die.
 
30
# so we need to specify --set-vars innodb_lock_wait_timeout=3 else the tool will die.
31
31
# And --max-load "" prevents waiting for status variables.
32
32
my $master_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox';
33
 
my @args       = ($master_dsn, qw(--lock-wait-timeout 3), '--max-load', ''); 
 
33
my @args       = ($master_dsn, qw(--set-vars innodb_lock_wait_timeout=3), '--max-load', ''); 
34
34
my $output;
35
35
 
36
36
$sb->load_file('master', "t/pt-table-checksum/samples/float_precision.sql");