summaryrefslogtreecommitdiff
path: root/scripts/wsrep_sst_rsync.sh
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26360: Using hostnames breaks certificate validationbb-10.2-MDEV-26360-galeraJulius Goryavsky2021-09-241-23/+40
* MDEV-26441: Linux-dependent construct in SST scriptsbb-10.2-MDEV-26441-galeraJulius Goryavsky2021-09-201-1/+3
* MDEV-26101: Galera WSREP SST broken on 10.6 under FreeBSDJulius Goryavsky2021-08-161-1/+9
* MDEV-26340: rsync uses `--whole-file` only in wan modeJulius Goryavsky2021-08-151-1/+1
* MDEV-25880 part 2: Improving reliability of the SST scriptsJulius Goryavsky2021-06-151-25/+39
* MDEV-25880: rsync may be mistakenly killed when overlapping SSTJulius Goryavsky2021-06-151-4/+24
* MDEV-25818: RSYNC SST failed due to busy portJulius Goryavsky2021-05-311-114/+141
* MDEV-21192: SST failing when enabling IPV6Julius Goryavsky2021-05-251-9/+13
* MDEV-25759: is_local_ip function can come to incorrect conclusionJulius Goryavsky2021-05-231-7/+19
* MDEV-25719: stunnel uses "verifyChain" without subject checksJulius Goryavsky2021-05-211-38/+72
* MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-151-11/+9
* MDEV-23580 addendum: normal operation in configurations where stunnel is not ...Julius Goryavsky2021-05-111-1/+1
* MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been takenJulius Goryavsky2021-05-101-75/+81
* MDEV-24962 addendum: improved handling of paths with spacesJulius Goryavsky2021-05-061-13/+15
* MDEV-24962: Galera SST innobackupex-move ignores Environment settingsJulius Goryavsky2021-05-041-121/+212
* wsrep sst scripts: removing extra blank lines and spacesJulius Goryavsky2021-05-031-26/+29
* MDEV-24097 node restart overlaps with earlier still ongoing SST processsjaakola2020-11-231-0/+8
* Merge 10.1 into 10.2Marko Mäkelä2020-08-131-3/+5
|\
| * MDEV-21526: mysqld_multi no longer works with different server binariesJulius Goryavsky2020-08-111-3/+5
| * MDEV-20420: SST failed after MDEV-18863 in some test configurationsJulius Goryavsky2019-08-261-9/+4
| * MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-191-0/+10
* | MDEV-21709 ZFS snapdir=visible breaks Galera rsync SST replcationVincent Milum Jr2020-06-241-1/+3
* | After-merge fixesMarko Mäkelä2019-08-201-1/+1
* | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-191-0/+10
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-111-4/+1
|\ \ | |/
| * wsrep_sst: remove WSREP_SST_OPT_SUFFIX_VALUE, checking [mysqld] is covered in...Daniel Black2019-03-091-4/+1
| * MDEV-18426: Most of the mtr tests in the galera_3nodes suite failJulius Goryavsky2019-02-121-1/+1
* | MDEV-18379: IPv6 compatibility changes/Unification of check for IPv6Julius Goryavsky2019-02-021-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-3/+8
|\ \ | |/
| * MDEV-18379: Unification of check for IPv6Julius Goryavsky2019-01-261-2/+8
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-4/+38
|\ \ | |/
| * Merge branch '10.0-galera' into 10.1Sergei Golubchik2018-09-071-3/+9
| |\
| | * Also include InnoDB undo tablespaces in rsync sstVasil Dimov2018-08-031-0/+1
| | * Put one filter per line in wsrep_sst_rsync.shVasil Dimov2018-08-031-2/+8
| * | Merge pull request #855 from tempesta-tech/sysprg/10.1-MDEV-10756Jan Lindström2018-09-061-0/+7
| |\ \
| | * | MDEV-10756: wsrep_sst_xtrabackup-v2 does not support innodb_data_home_dirJulius Goryavsky2018-08-271-0/+7
| * | | MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails.Jan Lindström2018-09-051-8/+33
| |/ /
* | | Merge 10.1 into 10.2Marko Mäkelä2018-08-311-1/+30
|\ \ \ | |/ /
| * | Fixes of the base patch for compatibility with the 10.1 branchJulius Goryavsky2018-08-171-1/+1
| * | Reverting changes made to support the mtr under the rootJulius Goryavsky2018-08-131-2/+0
| * | Fixes after review and correction of the problems caused by the fact that dur...Julius Goryavsky2018-08-091-4/+29
| * | Merge branch '10.1' of https://github.com/MariaDB/server into sysprg/10.1-MDE...Julius Goryavsky2018-08-081-7/+60
| |\ \
| * | | MDEV-10754 wsrep_sst_rsync does not support innodb_data_home_dirJulius Goryavsky2018-07-261-1/+8
* | | | Use stunnel during rsync SST if availablebenrubson2018-08-241-10/+64
* | | | After-merge fix: Revert MDEV-15511Marko Mäkelä2018-08-211-66/+14
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-14/+66
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #609 from benrubson/stunnelJan Lindström2018-08-051-7/+60
| |\ \ \ | | |/ / | |/| |
| | * | Use stunnel during rsync SST if availablebenrubson2018-02-121-7/+60