mariadb/storage/myisam/mysql-test/mtr2/suite.pm
Sergei Golubchik 6ed4a283fd MDEV-399 Combinations defined in the base suite cannot be skipped by overlay
When appliying parent combinations to the overlay,
filter them through the %skip_combinations using the overlayed filename
2012-08-01 19:57:36 +02:00

9 lines
130 B
Perl

package My::Suite::MTR2::MyISAM;
@ISA = qw(My::Suite);
sub skip_combinations {(
'combinations' => [ '1st' ],
)}
bless { };