Skip to content

Commit 37f2480

Browse files
committed
MDEV-15825 Mariabackup help mentions Percona and PXC but not MariaDB
1 parent 8ff8972 commit 37f2480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra/mariabackup/innobackupex.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static struct my_option ibx_long_options[] =
255255
{"galera-info", OPT_GALERA_INFO, "This options creates the "
256256
"xtrabackup_galera_info file which contains the local node state at "
257257
"the time of the backup. Option should be used when performing the "
258-
"backup of Percona-XtraDB-Cluster. Has no effect when backup locks "
258+
"backup of MariaDB Galera Cluster. Has no effect when backup locks "
259259
"are used to create the backup.",
260260
(uchar *) &opt_ibx_galera_info, (uchar *) &opt_ibx_galera_info, 0,
261261
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},

extra/mariabackup/xtrabackup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ struct my_option xb_client_options[] =
694694
{"galera-info", OPT_GALERA_INFO, "This options creates the "
695695
"xtrabackup_galera_info file which contains the local node state at "
696696
"the time of the backup. Option should be used when performing the "
697-
"backup of Percona-XtraDB-Cluster. Has no effect when backup locks "
697+
"backup of MariaDB Galera Cluster. Has no effect when backup locks "
698698
"are used to create the backup.",
699699
(uchar *) &opt_galera_info, (uchar *) &opt_galera_info, 0,
700700
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},

0 commit comments

Comments
 (0)