mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
43960b937b
2. my_new.cc should redefine new (std:nothrow) too.
9 lines
182 B
Perl
9 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 { };
|
|
|