summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-04-09 16:22:15 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2018-04-09 16:22:15 +0100
commit37f24806fc9c3ca5abdba9b986186cbe9f223a2a (patch)
treee9e9c304b6c0b74241b2869ead0605469c6a4ddc
parent8ff897265a32898dd533c8da504937872ffa3935 (diff)
downloadmariadb-git-37f24806fc9c3ca5abdba9b986186cbe9f223a2a.tar.gz
MDEV-15825 Mariabackup help mentions Percona and PXC but not MariaDB
-rw-r--r--extra/mariabackup/innobackupex.cc2
-rw-r--r--extra/mariabackup/xtrabackup.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/mariabackup/innobackupex.cc b/extra/mariabackup/innobackupex.cc
index 7e97b258489..a134abb314d 100644
--- a/extra/mariabackup/innobackupex.cc
+++ b/extra/mariabackup/innobackupex.cc
@@ -255,7 +255,7 @@ static struct my_option ibx_long_options[] =
{"galera-info", OPT_GALERA_INFO, "This options creates the "
"xtrabackup_galera_info file which contains the local node state at "
"the time of the backup. Option should be used when performing the "
- "backup of Percona-XtraDB-Cluster. Has no effect when backup locks "
+ "backup of MariaDB Galera Cluster. Has no effect when backup locks "
"are used to create the backup.",
(uchar *) &opt_ibx_galera_info, (uchar *) &opt_ibx_galera_info, 0,
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc
index b4931b5ebe7..478c31d0027 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -694,7 +694,7 @@ struct my_option xb_client_options[] =
{"galera-info", OPT_GALERA_INFO, "This options creates the "
"xtrabackup_galera_info file which contains the local node state at "
"the time of the backup. Option should be used when performing the "
- "backup of Percona-XtraDB-Cluster. Has no effect when backup locks "
+ "backup of MariaDB Galera Cluster. Has no effect when backup locks "
"are used to create the backup.",
(uchar *) &opt_galera_info, (uchar *) &opt_galera_info, 0,
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},