summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebjyoti <djpool007@gmail.com>2023-03-02 23:37:17 +0530
committerDaniel Black <daniel@mariadb.org>2023-03-04 10:38:15 +1100
commit99ee200b8bc8d76469249a828b642f3a1efee2de (patch)
treea3dec4bcd3b8bda3a173fa0130e8d152849b19a4
parentccec9b1de95a66b7597bc30e0a60bd61866f225d (diff)
downloadmariadb-git-99ee200b8bc8d76469249a828b642f3a1efee2de.tar.gz
MDEV-24005 Updated the --use-memory option usage message in Mariabackup help command
-rw-r--r--extra/mariabackup/xtrabackup.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc
index f7a5d00b92c..c674b3e16e1 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -1088,7 +1088,8 @@ struct my_option xb_client_options[]= {
(G_PTR *) &xtrabackup_print_param, (G_PTR *) &xtrabackup_print_param, 0,
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
{"use-memory", OPT_XTRA_USE_MEMORY,
- "The value is used instead of buffer_pool_size",
+ "The value is used in place of innodb_buffer_pool_size. "
+ "This option is only relevant when the --prepare option is specified.",
(G_PTR *) &xtrabackup_use_memory, (G_PTR *) &xtrabackup_use_memory, 0,
GET_LL, REQUIRED_ARG, 100 * 1024 * 1024L, 1024 * 1024L, LONGLONG_MAX, 0,
1024 * 1024L, 0},