~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Monty Taylor
  • Date: 2010-08-17 02:54:36 UTC
  • mfrom: (1711.1.7 build)
  • Revision ID: mordred@inaugust.com-20100817025436-iuuqihjal6ubyffy
boost::program_options for InnoDB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2580
2580
               $idx > 0 ? $idx + 101 : 1);
2581
2581
 
2582
2582
    mtr_add_arg($args,
2583
 
      "%s--loose-innodb_data_file_path=ibdata1:20M:autoextend", $prefix);
2584
 
 
2585
 
    mtr_add_arg($args, "%s--loose-innodb-lock-wait-timeout=5", $prefix);
 
2583
      "%s--innodb.data-file-path=ibdata1:20M:autoextend", $prefix);
2586
2584
 
2587
2585
  }
2588
2586
  else