diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2018-05-09 09:16:20 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2018-05-09 09:16:20 +0300 |
commit | b2fc197b566eb178afa09dd527f8e77a2d9b28de (patch) | |
tree | c1d61e5e15d856bc37b1e454039fc14908ef17f5 /scripts | |
parent | f98496da969ed2b65f944f11ac11163030bc44b1 (diff) | |
download | mariadb-git-b2fc197b566eb178afa09dd527f8e77a2d9b28de.tar.gz |
MDEV-15351: wsrep_sst_xtrabackup is broken in 10.1.31
Remove the setup_ports function call. This is related to
https://github.com/MariaDB/server/pull/717
Thanks to Daniel Black and Bart S.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/wsrep_sst_xtrabackup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_xtrabackup.sh b/scripts/wsrep_sst_xtrabackup.sh index 628c1f8b06c..5bf380a8144 100644 --- a/scripts/wsrep_sst_xtrabackup.sh +++ b/scripts/wsrep_sst_xtrabackup.sh @@ -408,7 +408,6 @@ if [[ ! ${WSREP_SST_OPT_ROLE} == 'joiner' && ! ${WSREP_SST_OPT_ROLE} == 'donor' fi read_cnf -setup_ports get_stream get_transfer |