summaryrefslogtreecommitdiff
path: root/sql/wsrep_sst.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-7/+12
|\
| * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-7/+12
| |\
| | * Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2018-02-031-7/+12
| | |\
| | | * Backport 4bb49d84a9df, correct handling on defaults[-extra]-file is SST scriptsSergei Golubchik2018-01-141-9/+37
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2017-09-191-1/+1
| | |\ \ | | | |/
| | | * Fix test failures on embedded server.Jan Lindström2017-08-311-1/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-6/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-6/+3
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-6/+3
| | |\ \ | | | |/
| | | * Refs: MW-363 * enabling binlog file copying even for binlog files with basena...sjaakola2017-08-141-2/+1
| | | * MW-366 Improved support for IPv6 networks - made mysqld and SST scripts to re...Alexey Yurchenko2017-08-111-28/+9
| | | * Fix compiler warnings on gcc 6.x.Jan Lindström2017-04-051-2/+2
| | | * MDEV-9423: cannot add new node to the cluser: Binlog..Nirbhay Choubey2016-08-211-0/+20
| | | * Refs MW-252sjaakola2016-08-211-1/+0
| | | * Refs MW-252sjaakola2016-08-211-0/+1
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-5/+3
|\ \ \ | |/ /
| * | MDEV-10735: Valgrind warnings around Galera SSTNirbhay Choubey2016-09-201-5/+3
* | | fix build and some warningskevg2016-11-241-2/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-3/+23
|\ \ \ | |/ /
| * | MDEV-10518: Large wsrep_gtid_domain_id may break ISTNirbhay Choubey2016-08-221-3/+3
| * | MDEV-9423: cannot add new node to the cluser: Binlog..mariadb-10.1.15Nirbhay Choubey2016-06-291-0/+20
* | | MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in configNirbhay Choubey2016-08-031-3/+2
* | | Cleanup around wsrep system variables.Nirbhay Choubey2016-07-301-6/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+1
|\ \ \ | |/ /
| * | MDEV-10056: SST method mysqldump is brokenNirbhay Choubey2016-06-271-0/+1
* | | MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqnoNirbhay Choubey2016-05-311-23/+81
* | | MDEV-9947: COM_MULTI united responseOleksandr Byelkin2016-05-171-1/+1
* | | Final fixes for Memory_usedMonty2016-04-281-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-42/+92
|\ \ \ | |/ /
| * | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-03-221-2/+2
| |\ \
| | * | MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-211-2/+2
| * | | MDEV-9598: Donor's rsync SST script hangs if FTWRL failsNirbhay Choubey2016-03-221-1/+1
| |/ /
| * | MDEV-9598: Donor's rsync SST script hangs if FTWRL failsNirbhay Choubey2016-02-261-39/+89
* | | MDEV-9058: protocol: COM_MULTI command (part 2)Oleksandr Byelkin2016-03-181-1/+1
|/ /
* | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-77/+130
|\ \ | |/
| * Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-09-091-76/+128
| |\
| | * Fixing donate callback return codeAlexey Yurchenko2015-09-091-1/+1
| | * Logging message cleanupAlexey Yurchenko2015-09-091-2/+2
| | * This commit fixesAlexey Yurchenko2015-09-091-2/+2
| | * Refs codership/mysql-wsrep#141: this commitAlexey Yurchenko2015-09-091-68/+120
| | * Fix for build failures on Power8Nirbhay Choubey2015-02-201-17/+16
| | * bzr merge -rtag:mariadb-5.5.40 maria/5.5Nirbhay Choubey2014-10-091-4/+5
| | * MDEV-4647: Crash on setting wsep system variables to defaultNirbhay Choubey2014-07-221-43/+32
| | * MDEV#6411 - Setting set @@global_wsrep_sst_auth=NULLNirbhay Choubey2014-07-091-19/+32
| | * bzr merge -r3980..3984 codership/5.5 Nirbhay Choubey2014-06-101-4/+5