~percona-toolkit-dev/percona-toolkit/enhanced-set-vars-for-bug-1113301

« back to all changes in this revision

Viewing changes to t/pt-online-schema-change/ansi_quotes.t

  • Committer: Daniel Nichter
  • Date: 2013-03-02 17:17:23 UTC
  • Revision ID: daniel@percona.com-20130302171723-i2247ao3o2wusx1i
Fix tests to work with new --set-vars, and change --lock-wait-timeout to --set-vars innodb_lock_wait_timeout in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
}
30
30
 
31
31
# The sandbox servers run with lock_wait_timeout=3 and it's not dynamic
32
 
# so we need to specify --lock-wait-timeout=3 else the tool will die.
 
32
# so we need to specify --set-vars innodb_lock_wait_timeout=3 else the
 
33
# tool will die.
33
34
my $master_dsn = 'h=127.1,P=12348,u=msandbox,p=msandbox';
34
35
my @args       = (qw(--set-vars innodb_lock_wait_timeout=3));
35
36
my $output;