1
0
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:
Sergei Golubchik
2010-09-15 17:29:57 +02:00
parent aefaf42fc9
commit 6467bcca60
8 changed files with 42 additions and 23 deletions

View File

@@ -1 +1 @@
--plugin-load=$OQGRAPH_ENGINE_SO
--plugin-load=$HA_OQGRAPH_SO

View File

@@ -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 { };