mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
oqgraph and sphinx on windows
This commit is contained in:
@@ -1 +1 @@
|
||||
--plugin-load=$OQGRAPH_ENGINE_SO
|
||||
--plugin-load=$HA_OQGRAPH_SO
|
||||
|
@@ -2,7 +2,7 @@ package My::Suite::OQGraph;
|
||||
|
||||
@ISA = qw(My::Suite);
|
||||
|
||||
return "No OQGraph" unless $ENV{OQGRAPH_ENGINE_SO};
|
||||
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO};
|
||||
|
||||
bless { };
|
||||
|
||||
|
Reference in New Issue
Block a user