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

@ISA = qw(My::Suite);

return "No OQGraph" unless $ENV{OQGRAPH_ENGINE_SO};

bless { };