mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
9 lines
113 B
Perl
9 lines
113 B
Perl
package My::Suite::OQGraph;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO};
|
|
|
|
bless { };
|
|
|