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(
maria-
multi_source-
optimizer_unfixed_bugs-
oqgraph-
parts-
percona-
perfschema-
plugins-
roles-
rpl-
sphinx-
sys_vars-
unit-
vcol-
......
......@@ -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 { };
......@@ -113,6 +113,8 @@ sub servers {
)
}
sub is_default { 1 }
############# return an object ######################
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