summaryrefslogtreecommitdiff
path: root/mysql-test/suite/oqgraph/suite.pm
blob: 4e98aa9757c4ccdffadb295107fd1a341409fcb7 (plain)
1
2
3
4
5
6
7
8
9
package My::Suite::OQGraph;

@ISA = qw(My::Suite);

return "No OQGraph" unless $ENV{HA_OQGRAPH_SO} or
                           $::mysqld_variables{'oqgraph'} eq "ON";

bless { };