summaryrefslogtreecommitdiffstats
path: root/storage/myisam/mysql-test/mtr2/suite.pm
blob: 0f287e4a8ba06579aae5ce3b825cd2c2a0b918dc (plain)
1
2
3
4
5
6
7
8
9
package My::Suite::MTR2::MyISAM;

@ISA = qw(My::Suite);

sub skip_combinations {(
    'combinations' => [ '1st' ],
)}
bless { };