mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
WL#5710 : Enable and disable plugins (mysql_plugin)
This patch changes the plugin configuration file format to make it easier to add new plugins and remove complexity. It also adds more information when plugin configuration file reads fail.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#
|
||||
# Plugin initialization file. Format using comma-separated values:
|
||||
# name, libname, symbol, [symbol, ]
|
||||
# Note: trailing comma is required.
|
||||
# Plugin configuration file. Place the following on a separate line:
|
||||
#
|
||||
daemon_example, libdaemon_example, daemon_example,
|
||||
# library binary file name (without .so or .dll)
|
||||
# component_name
|
||||
# [component_name] - additional components in plugin
|
||||
#
|
||||
libdaemon_example
|
||||
daemon_example
|
||||
|
Reference in New Issue
Block a user