~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Paul McCullagh
  • Date: 2008-10-09 20:07:49 UTC
  • mto: (499.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: paul.mccullagh@primebase.org-20081009200749-fq6bguqiyodjey3o
Set default to InnoDB

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
 
654
654
  if (!$opt_engine)
655
655
  {
656
 
    $opt_engine= "pbxt";
 
656
    $opt_engine= "innodb";
657
657
  }
658
658
 
659
659
  if ( $opt_comment )