summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorChuck Bell <chuck.bell@oracle.com>2011-07-19 10:24:14 -0400
committerChuck Bell <chuck.bell@oracle.com>2011-07-19 10:24:14 -0400
commit33a36da65a0e5403903bc85d1c85729b54c0968e (patch)
treeab09356723820b85f31e3422c7453320517c443a /plugin
parenta38fc8d47e121e15b82e26b5bffecb9c3d5801ee (diff)
downloadmariadb-git-33a36da65a0e5403903bc85d1c85729b54c0968e.tar.gz
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.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/daemon_example/daemon_example.ini11
1 files changed, 7 insertions, 4 deletions
diff --git a/plugin/daemon_example/daemon_example.ini b/plugin/daemon_example/daemon_example.ini
index 8d84456b635..7c6d4d1456e 100644
--- a/plugin/daemon_example/daemon_example.ini
+++ b/plugin/daemon_example/daemon_example.ini
@@ -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