mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
8 lines
113 B
Perl
8 lines
113 B
Perl
package My::Suite::OQGraph;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO};
|
|
|
|
bless { };
|
|
|