move oqgraph and sphinx suites into storage/*/mysql-test/

This commit is contained in:
Sergei Golubchik 2013-12-16 13:32:03 +01:00
parent c1a6522875
commit ce2fabe442
49 changed files with 4 additions and 2 deletions

View File

@ -177,14 +177,12 @@ my @DEFAULT_SUITES= qw(
maria-
multi_source-
optimizer_unfixed_bugs-
oqgraph-
parts-
percona-
perfschema-
plugins-
roles-
rpl-
sphinx-
sys_vars-
unit-
vcol-

View File

@ -5,5 +5,7 @@ package My::Suite::OQGraph;
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO} or
$::mysqld_variables{'oqgraph'} eq "ON";
sub is_default { 1 }
bless { };

View File

@ -113,6 +113,8 @@ sub servers {
)
}
sub is_default { 1 }
############# return an object ######################
bless { };