There was an error while loading. Please reload this page.
1 parent 6ee9cba commit f32063cCopy full SHA for f32063c
extra/mariabackup/xtrabackup.cc
@@ -1103,11 +1103,13 @@ Disable with --skip-innodb-doublewrite.", (G_PTR*) &innobase_use_doublewrite,
1103
(G_PTR*) &defaults_group, (G_PTR*) &defaults_group,
1104
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
1105
1106
- {"plugin-dir", OPT_PLUGIN_DIR, "Server plugin directory",
+ {"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)",
1109
&xb_plugin_dir, &xb_plugin_dir,
1110
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
1111
- { "plugin-load", OPT_PLUGIN_LOAD, "encrypton plugin to load",
1112
+ { "plugin-load", OPT_PLUGIN_LOAD, "encrypton plugin to load during 'prepare' phase.",
1113
&xb_plugin_load, &xb_plugin_load,
1114
1115
0 commit comments