summaryrefslogtreecommitdiff
path: root/sql/wsrep_sst.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28656: Inability to roll upgrade without stopping the Galera clusterJulius Goryavsky2022-06-141-3/+7
* MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctlyJulius Goryavsky2022-04-121-10/+66
* MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-061-63/+29
* MDEV-24845 Oddities around innodb_fatal_semaphore_wait_threshold and global.i...sjaakola2022-03-251-31/+49
* MDEV-25978 : rsync SST does not work with custom binlog nameJan Lindström2021-06-251-1/+16
* MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-171-125/+80
* Merge 10.2 into 10.3Marko Mäkelä2021-05-101-44/+51
|\
| * MDEV-25418: Improve mariabackup SST script compliance with native MariaDB SSL...Alexey Yurchenko2021-05-061-44/+51
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-10/+52
|\ \ | |/
| * MDEV-19950: Galera test failure on galera_ssl_upgradeJulius Goryavsky2021-02-111-10/+52
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+6
|\ \ | |/
| * MDEV-24509 : Warning: Memory not freed: 56 on SET @@global.wsrep_sst_authJan Lindström2021-01-261-0/+6
| * Merge tag 'mariadb-10.2.34' into 10.2Sergei Golubchik2020-10-071-5/+46
| |\
* | \ Merge tag 'mariadb-10.3.25' into 10.3Sergei Golubchik2020-10-071-5/+46
|\ \ \
| * \ \ Merge branch '10.2' into 10.3mariadb-10.3.25Sergei Golubchik2020-10-051-5/+46
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '10.1' into 10.2mariadb-10.2.34Sergei Golubchik2020-10-051-5/+46
| | |\ \
| | | * | MDEV-23884 donor uses invalid SST methodsSergei Golubchik2020-10-051-5/+46
* | | | | Merge 10.2 into 10.3Marko Mäkelä2020-08-261-13/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | MDEV-23483: Set Galera SST thd as system threadJan Lindström2020-08-251-13/+5
* | | | | Merge 10.2 into 10.3Marko Mäkelä2020-08-131-1/+12
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times outJan Lindström2020-08-111-1/+12
| |/ /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-291-23/+285
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-281-23/+285
| |\ \ | | |/
| | * MDEV-20420: SST failed after MDEV-18863 in some test configurationsJulius Goryavsky2019-08-261-23/+285
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-3/+3
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-201-3/+3
| |\ \ | | |/
| | * MDEV-18863: Fix -Wsign-compareMarko Mäkelä2019-08-201-3/+3
| | * MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-191-8/+78
| * | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-191-8/+78
* | | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-191-8/+78
* | | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-4/+4
|\ \ \ | |/ /
| * | MDEV-20324: Galera threads are not registered to performance schemaJan Lindström2019-08-131-4/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | 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
| | * Remove unused declarationsMarko Mäkelä2019-04-031-2/+0
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-2/+2
| |\ \ | | |/
| | * cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-271-5/+4
* | | MDEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2019-01-221-5/+0
* | | DEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2018-12-171-6/+15
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-8/+43
|\ \ \ | |/ /
| * | Remove an unused variableMarko Mäkelä2018-09-211-2/+0
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-8/+45
| |\ \ | | |/
| | * MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails.Jan Lindström2018-09-051-2/+31
| | * fix failures of innodb_plugin tests in --embeddedSergei Golubchik2018-09-041-1/+0
| | * compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-2/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2018-09-061-0/+50
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-08-311-0/+50
| |\ \ | | |/
| | * Fixes after review and correction of the problems caused by the fact that dur...Julius Goryavsky2018-08-091-0/+50