~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/mtr_cases.pl

  • Committer: Brian Aker
  • Date: 2009-01-21 23:38:47 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090121233847-jzjpp910j73ch3tw
Factor test-run for binlog removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        #
142
142
        # Append the criteria for sorting, in order of importance.
143
143
        #
144
 
        push(@criteria, "ndb=" . ($tinfo->{'ndb_test'} ? "1" : "0"));
145
144
        # Group test with equal options together.
146
145
        # Ending with "~" makes empty sort later than filled
147
146
        push(@criteria, join("!", sort @{$tinfo->{'master_opt'}}) . "~");