mariadb/scripts
Daniel Black 4e6dab94d0 MDEV-10.1.31 does not join an existing cluster with SST xtrabackup-v2
Analysis:- The problem  is the change in the implementation of wait_for_listen
in wsrep_sst_xtrabackup-v2.sh. The new script uses lsof which will always
exit with an error code if it can't find all the items, and because the
script has the -e option set in the hashbang line (#!/bin/bash -ue), the
script will abort right after running lsof if lsof can't find even a single
item among all the items listed in its arguments. This will happen even if
socat is running and listening, because it can't find nc. The loop in
wait_for_listen will therefore always quit after one iteration without
writing the "ready" line to signal the parent.

Solution:- We will or the lsof with true.

Patch Credit :Daniel Black and David Wang
2018-02-21 19:48:18 +05:30
..
CMakeLists.txt Merge tag 'mariadb-10.0.33' into bb-10.0-galera 2017-11-03 12:34:05 +05:30
comp_sql.c
convert-debug-for-diff.sh
dheadgen.pl
fill_help_tables.sql
galera_new_cluster.sh
galera_recovery.sh MDEV-12301: galera_recovery use @sbindir@ macro for mysqld 2018-01-30 21:28:16 +01:00
make_win_bin_dist
maria_add_gis_sp.sql.in
mariadb-service-convert
msql2mysql.sh
mysql_config.pl.in
mysql_config.sh
mysql_convert_table_format.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_find_rows.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_fix_extensions.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_install_db.pl.in Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_install_db.sh Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
mysql_performance_tables.sql
mysql_secure_installation.pl.in
mysql_secure_installation.sh
mysql_setpermission.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_system_tables.sql
mysql_system_tables_data.sql
mysql_system_tables_fix.sql Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_test_data_timezone.sql
mysql_to_mariadb.sql
mysql_zap.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysqlaccess.conf
mysqlaccess.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysqlbug.sh
mysqld_multi.sh Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
mysqld_safe.sh Merge tag 'mariadb-10.0.34' into 10.0-galera 2018-02-01 14:09:48 +02:00
mysqldumpslow.sh Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysqlhotcopy.sh
mytop.sh
wsrep_sst_common.sh Merge branch 'github/10.0-galera' into 10.1 2018-02-03 08:09:06 +01:00
wsrep_sst_mariabackup.sh
wsrep_sst_mysqldump.sh Merge branch 'github/10.0-galera' into 10.1 2018-02-03 08:09:06 +01:00
wsrep_sst_rsync.sh Merge branch 'github/10.0-galera' into 10.1 2018-02-03 08:09:06 +01:00
wsrep_sst_xtrabackup-v2.sh MDEV-10.1.31 does not join an existing cluster with SST xtrabackup-v2 2018-02-21 19:48:18 +05:30
wsrep_sst_xtrabackup.sh Merge branch 'github/10.0-galera' into 10.1 2018-02-03 08:09:06 +01:00