~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2010-05-26 21:49:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1568.
  • Revision ID: brian@gaz-20100526214918-8kdibq48e9lnyr6t
This fixes bug 586009, increases the size of the log files so that the UNION
test doesn't hit Innodb's default limit. Increases the size of the initial
Innodb data file, and fixes one case where an empty string on error was
causing a crash on OSX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2558
2558
    mtr_add_arg($args, "%s--server-id=%d", $prefix,
2559
2559
               $idx > 0 ? $idx + 101 : 1);
2560
2560
 
2561
 
    mtr_add_arg($args, "%s--loose-innodb_data_file_path=ibdata1:10M:autoextend",
2562
 
                $prefix);
 
2561
    mtr_add_arg($args,
 
2562
      "%s--loose-innodb_data_file_path=ibdata1:20M:autoextend", $prefix);
2563
2563
 
2564
2564
    mtr_add_arg($args, "%s--loose-innodb-lock-wait-timeout=5", $prefix);
2565
2565