Skip to content

Commit f32063c

Browse files
committed
MDEV-13620 - improve help message for 'plugin-dir' and 'plugin-load'
options.
1 parent 6ee9cba commit f32063c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extra/mariabackup/xtrabackup.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,11 +1103,13 @@ Disable with --skip-innodb-doublewrite.", (G_PTR*) &innobase_use_doublewrite,
11031103
(G_PTR*) &defaults_group, (G_PTR*) &defaults_group,
11041104
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
11051105

1106-
{"plugin-dir", OPT_PLUGIN_DIR, "Server plugin directory",
1106+
{"plugin-dir", OPT_PLUGIN_DIR,
1107+
"Server plugin directory. Used to load encryption plugin during 'prepare' phase."
1108+
"Has no effect in the 'backup' phase (plugin directory during backup is the same as server's)",
11071109
&xb_plugin_dir, &xb_plugin_dir,
11081110
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
11091111

1110-
{ "plugin-load", OPT_PLUGIN_LOAD, "encrypton plugin to load",
1112+
{ "plugin-load", OPT_PLUGIN_LOAD, "encrypton plugin to load during 'prepare' phase.",
11111113
&xb_plugin_load, &xb_plugin_load,
11121114
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
11131115

0 commit comments

Comments
 (0)