mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Backport WL#3653 to 5.1 to enable bundled innodb plugin.
Remove custom DLL loader code from innodb plugin code, use symbols exported from mysqld.
This commit is contained in:
@@ -6765,7 +6765,7 @@ The minimum value for this variable is 4096.",
|
||||
(uchar**) &opt_plugin_dir_ptr, (uchar**) &opt_plugin_dir_ptr, 0,
|
||||
GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||
{"plugin-load", OPT_PLUGIN_LOAD,
|
||||
"Optional colon-separated list of plugins to load, where each plugin is "
|
||||
"Optional semicolon-separated list of plugins to load, where each plugin is "
|
||||
"identified as name=library, where name is the plugin name and library "
|
||||
"is the plugin library in plugin_dir.",
|
||||
(uchar**) &opt_plugin_load, (uchar**) &opt_plugin_load, 0,
|
||||
|
||||
Reference in New Issue
Block a user