mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
MDEV-13620 - improve help message for 'plugin-dir' and 'plugin-load'
options.
This commit is contained in:
parent
6ee9cba745
commit
f32063c513
1 changed files with 4 additions and 2 deletions
|
@ -1103,11 +1103,13 @@ Disable with --skip-innodb-doublewrite.", (G_PTR*) &innobase_use_doublewrite,
|
|||
(G_PTR*) &defaults_group, (G_PTR*) &defaults_group,
|
||||
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
|
||||
|
||||
{"plugin-dir", OPT_PLUGIN_DIR, "Server plugin directory",
|
||||
{"plugin-dir", OPT_PLUGIN_DIR,
|
||||
"Server plugin directory. Used to load encryption plugin during 'prepare' phase."
|
||||
"Has no effect in the 'backup' phase (plugin directory during backup is the same as server's)",
|
||||
&xb_plugin_dir, &xb_plugin_dir,
|
||||
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
|
||||
|
||||
{ "plugin-load", OPT_PLUGIN_LOAD, "encrypton plugin to load",
|
||||
{ "plugin-load", OPT_PLUGIN_LOAD, "encrypton plugin to load during 'prepare' phase.",
|
||||
&xb_plugin_load, &xb_plugin_load,
|
||||
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
|
||||
|
||||
|
|
Loading…
Reference in a new issue