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
This commit is contained in:
Michael Widenius 2012-04-04 00:16:38 +03:00
parent 34ed8f3379
commit b04c4801b0
110 changed files with 12 additions and 0 deletions

View File

@ -163,11 +163,14 @@ our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
my $DEFAULT_SUITES= join(',', map { "$_-" } qw(
main
archive
binlog
csv
federated
funcs_1
funcs_2
handler
heap
innodb
maria
optimizer_unfixed_bugs

View File

@ -0,0 +1,9 @@
package My::Suite::Archive;
@ISA = qw(My::Suite);
return ("Need Archive engine" unless $ENV{HA_ARCHIVE_SO} or
$::mysqld_variables{'archive'} eq "ON");
bless { };

Some files were not shown because too many files have changed in this diff Show More