From 2a4714500f40abb078460aaffec441be538f4af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 3 Jan 2017 18:38:56 +0200 Subject: [PATCH] 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. --- query_classifier/qc_dummy/qc_dummy.map | 5 +---- query_classifier/qc_mysqlembedded/qc_mysqlembedded.map | 5 +---- query_classifier/qc_sqlite/qc_sqlite.map | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/query_classifier/qc_dummy/qc_dummy.map b/query_classifier/qc_dummy/qc_dummy.map index bff425c4e..f86f46a00 100644 --- a/query_classifier/qc_dummy/qc_dummy.map +++ b/query_classifier/qc_dummy/qc_dummy.map @@ -1,9 +1,6 @@ { global: - info; - version; - GetModuleObject; - ModuleInit; + mxs_get_module_object; local: *; }; diff --git a/query_classifier/qc_mysqlembedded/qc_mysqlembedded.map b/query_classifier/qc_mysqlembedded/qc_mysqlembedded.map index bff425c4e..f86f46a00 100644 --- a/query_classifier/qc_mysqlembedded/qc_mysqlembedded.map +++ b/query_classifier/qc_mysqlembedded/qc_mysqlembedded.map @@ -1,9 +1,6 @@ { global: - info; - version; - GetModuleObject; - ModuleInit; + mxs_get_module_object; local: *; }; diff --git a/query_classifier/qc_sqlite/qc_sqlite.map b/query_classifier/qc_sqlite/qc_sqlite.map index bff425c4e..f86f46a00 100644 --- a/query_classifier/qc_sqlite/qc_sqlite.map +++ b/query_classifier/qc_sqlite/qc_sqlite.map @@ -1,9 +1,6 @@ { global: - info; - version; - GetModuleObject; - ModuleInit; + mxs_get_module_object; local: *; };