mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
10 lines
182 B
Perl
10 lines
182 B
Perl
package My::Suite::OQGraph;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO} or
|
|
$::mysqld_variables{'oqgraph'} eq "ON";
|
|
|
|
bless { };
|
|
|