summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2022-04-26 06:58:51 +0200
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2022-04-26 20:44:20 +0200
commitfccca49997320bafe1282c758a5143f88b6e0e0f (patch)
treebe7c8a8184a03eb197bc6284aa705ca88a83a5ad /scripts
parente6bbc83d5e3fc7334c13a5eb883c78b1078512f2 (diff)
downloadmariadb-git-fccca49997320bafe1282c758a5143f88b6e0e0f.tar.gz
MDEV-28377: galera_as_slave_nonprim bind: Address already in use
This commit fixes a crash reported as MDEV-28377 and a number of other crashes in automated tests with mtr that are related to broken .cnf files in galera and galera_3nodes suites, which happened when automatically migrating MDEV-26171 from 10.3 to subsequent higher versions.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/wsrep_sst_rsync.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh
index 29e2b390e27..2c3622dff7a 100644
--- a/scripts/wsrep_sst_rsync.sh
+++ b/scripts/wsrep_sst_rsync.sh
@@ -443,13 +443,6 @@ EOF
elif tar --version | grep -q -E '^bsdtar\>'; then
tar_type=2
fi
- if [ $tar_type -ne 2 ]; then
- if [ -n "$BASH_VERSION" ]; then
- printf '%s' "$binlog_files" >&2
- else
- echo "$binlog_files" >&2
- fi
- fi
if [ $tar_type -ne 0 ]; then
# Preparing list of the binlog file names:
echo "$binlog_files" | {