Fix the symbols exported by query classifiers
The query classifiers only export the needed symbols and these weren't adjusted to the changes in the entry point names.
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
global:
|
global:
|
||||||
info;
|
mxs_get_module_object;
|
||||||
version;
|
|
||||||
GetModuleObject;
|
|
||||||
ModuleInit;
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
global:
|
global:
|
||||||
info;
|
mxs_get_module_object;
|
||||||
version;
|
|
||||||
GetModuleObject;
|
|
||||||
ModuleInit;
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
global:
|
global:
|
||||||
info;
|
mxs_get_module_object;
|
||||||
version;
|
|
||||||
GetModuleObject;
|
|
||||||
ModuleInit;
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user