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

@ISA = qw(My::Suite);

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

bless { };