Commit ce2fabe4 authored by Sergei Golubchik's avatar Sergei Golubchik

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

parent c1a65228
...@@ -177,14 +177,12 @@ my @DEFAULT_SUITES= qw( ...@@ -177,14 +177,12 @@ my @DEFAULT_SUITES= qw(
maria- maria-
multi_source- multi_source-
optimizer_unfixed_bugs- optimizer_unfixed_bugs-
oqgraph-
parts- parts-
percona- percona-
perfschema- perfschema-
plugins- plugins-
roles- roles-
rpl- rpl-
sphinx-
sys_vars- sys_vars-
unit- unit-
vcol- vcol-
......
...@@ -5,5 +5,7 @@ package My::Suite::OQGraph; ...@@ -5,5 +5,7 @@ package My::Suite::OQGraph;
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO} or return "No OQGraph" unless $ENV{HA_OQGRAPH_SO} or
$::mysqld_variables{'oqgraph'} eq "ON"; $::mysqld_variables{'oqgraph'} eq "ON";
sub is_default { 1 }
bless { }; bless { };
...@@ -113,6 +113,8 @@ sub servers { ...@@ -113,6 +113,8 @@ sub servers {
) )
} }
sub is_default { 1 }
############# return an object ###################### ############# return an object ######################
bless { }; 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