Commit b04c4801 authored by Michael Widenius's avatar Michael Widenius

Created suites for heap, archive and csv.

Moved test from main suite to the new suites.
Move tests from maria/t and maria/r to maria

mysql-test/mysql-test-run.pl:
  Added support for the new suites
parent 34ed8f33
...@@ -163,11 +163,14 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG'}; ...@@ -163,11 +163,14 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
my $DEFAULT_SUITES= join(',', map { "$_-" } qw( my $DEFAULT_SUITES= join(',', map { "$_-" } qw(
main main
archive
binlog binlog
csv
federated federated
funcs_1 funcs_1
funcs_2 funcs_2
handler handler
heap
innodb innodb
maria maria
optimizer_unfixed_bugs optimizer_unfixed_bugs
......
package My::Suite::Archive;
@ISA = qw(My::Suite);
return ("Need Archive engine" unless $ENV{HA_ARCHIVE_SO} or
$::mysqld_variables{'archive'} eq "ON");
bless { };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment