~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/mtr_cases.pl

  • Committer: Brian Aker
  • Date: 2008-07-15 06:45:16 UTC
  • Revision ID: brian@tangent.org-20080715064516-fnbq7kowh7w57bxj
Merge Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
811
811
      }
812
812
    }
813
813
 
814
 
    if ( $tinfo->{'innodb_test'} )
815
 
    {
816
 
      # This is a test that need innodb
817
 
      if ( $::mysqld_variables{'innodb'} ne "TRUE" )
818
 
      {
819
 
        # innodb is not supported, skip it
820
 
        $tinfo->{'skip'}= 1;
821
 
        $tinfo->{'comment'}= "No innodb support";
822
 
        return;
823
 
      }
824
 
    }
825
 
 
826
814
    if ( $tinfo->{'need_binlog'} )
827
815
    {
828
816
      if (grep(/^--skip-log-bin/,  @::opt_extra_mysqld_opt) )