~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Monty Taylor
  • Date: 2008-12-08 22:17:29 UTC
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081208221729-q8nedekf0013oqxi
Quick fix to lower the innodb_lock_wait_timeout so that the stinking lock_wait_timeout tests don't take a year and a day.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2523
2523
    mtr_add_arg($args, "%s--loose-innodb_data_file_path=ibdata1:10M:autoextend",
2524
2524
                $prefix);
2525
2525
 
 
2526
    mtr_add_arg($args, "%s--loose-innodb-lock-wait-timeout=5", $prefix);
 
2527
 
2526
2528
    mtr_add_arg($args, "%s--local-infile", $prefix);
2527
2529
 
2528
2530
    if ( $idx > 0 or !$use_innodb)