mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mariadb: add plugins
- ha_sequence: formerly builtin, now a plugin - ha_sphinx: formerly disabled - ha_example: was missing in the eval lines Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -60,6 +60,8 @@ MARIADB_SERVER_PLUGINS := \
|
|||||||
ha_example \
|
ha_example \
|
||||||
ha_federated \
|
ha_federated \
|
||||||
ha_federatedx \
|
ha_federatedx \
|
||||||
|
ha_sequence \
|
||||||
|
ha_sphinx \
|
||||||
ha_spider \
|
ha_spider \
|
||||||
ha_test_sql_discovery \
|
ha_test_sql_discovery \
|
||||||
handlersocket \
|
handlersocket \
|
||||||
@@ -101,6 +103,8 @@ plugin-ha_connect := PLUGIN_CONNECT
|
|||||||
plugin-ha_example := PLUGIN_EXAMPLE
|
plugin-ha_example := PLUGIN_EXAMPLE
|
||||||
plugin-ha_federated := PLUGIN_FEDERATED
|
plugin-ha_federated := PLUGIN_FEDERATED
|
||||||
plugin-ha_federatedx := PLUGIN_FEDERATEDX
|
plugin-ha_federatedx := PLUGIN_FEDERATEDX
|
||||||
|
plugin-ha_sequence := PLUGIN_SEQUENCE
|
||||||
|
plugin-ha_sphinx := PLUGIN_SPHINX
|
||||||
plugin-ha_spider := PLUGIN_SPIDER
|
plugin-ha_spider := PLUGIN_SPIDER
|
||||||
plugin-ha_test_sql_discovery := PLUGIN_TEST_SQL_DISCOVERY
|
plugin-ha_test_sql_discovery := PLUGIN_TEST_SQL_DISCOVERY
|
||||||
plugin-handlersocket := PLUGIN_HANDLERSOCKET
|
plugin-handlersocket := PLUGIN_HANDLERSOCKET
|
||||||
@@ -368,7 +372,6 @@ CMAKE_OPTIONS += \
|
|||||||
-DPLUGIN_MROONGA=NO \
|
-DPLUGIN_MROONGA=NO \
|
||||||
-DPLUGIN_OQGRAPH=NO \
|
-DPLUGIN_OQGRAPH=NO \
|
||||||
-DPLUGIN_ROCKSDB=NO \
|
-DPLUGIN_ROCKSDB=NO \
|
||||||
-DPLUGIN_SPHINX=NO \
|
|
||||||
-DPLUGIN_TOKUDB=NO \
|
-DPLUGIN_TOKUDB=NO \
|
||||||
-DPLUGIN_AUTH_PAM=NO \
|
-DPLUGIN_AUTH_PAM=NO \
|
||||||
-DPLUGIN_AUTH_GSSAPI=NO \
|
-DPLUGIN_AUTH_GSSAPI=NO \
|
||||||
@@ -522,8 +525,11 @@ $(eval $(call BuildPlugin,file_key_management,))
|
|||||||
$(eval $(call BuildPlugin,ha_archive,))
|
$(eval $(call BuildPlugin,ha_archive,))
|
||||||
$(eval $(call BuildPlugin,ha_blackhole,))
|
$(eval $(call BuildPlugin,ha_blackhole,))
|
||||||
$(eval $(call BuildPlugin,ha_connect,+libxml2))
|
$(eval $(call BuildPlugin,ha_connect,+libxml2))
|
||||||
|
$(eval $(call BuildPlugin,ha_example,))
|
||||||
$(eval $(call BuildPlugin,ha_federated,))
|
$(eval $(call BuildPlugin,ha_federated,))
|
||||||
$(eval $(call BuildPlugin,ha_federatedx,))
|
$(eval $(call BuildPlugin,ha_federatedx,))
|
||||||
|
$(eval $(call BuildPlugin,ha_sequence,))
|
||||||
|
$(eval $(call BuildPlugin,ha_sphinx,))
|
||||||
$(eval $(call BuildPlugin,ha_spider,))
|
$(eval $(call BuildPlugin,ha_spider,))
|
||||||
$(eval $(call BuildPlugin,ha_test_sql_discovery,))
|
$(eval $(call BuildPlugin,ha_test_sql_discovery,))
|
||||||
$(eval $(call BuildPlugin,handlersocket,))
|
$(eval $(call BuildPlugin,handlersocket,))
|
||||||
|
|||||||
Reference in New Issue
Block a user