summaryrefslogtreecommitdiff
path: root/sql/wsrep_sst.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Merge lp:codership-mysql/5.5 -r3961..3980.Jan Lindström2014-04-161-1/+2
| | * Merging revision 3839..3932 from codership-mysql/5.5.Nirbhay Choubey2014-01-091-20/+48
| | * MDEV-443: Galera: Server crashes on flushing tables for SST if started with c...Jan Lindström2013-12-041-0/+33
| | * Merged with lp:~codership/codership-mysql/5.5-23, up to revision 3903Seppo Jaakola2013-08-211-4/+7
| | * References: MDEV-4572 - merge with lp:codership-mysql/5.5-23 revisions 3858.....Seppo Jaakola2013-05-251-1/+1
| | * merged with codership-mysql up to revision 3839Seppo Jaakola2013-02-051-2/+2
| | * remerging wsrep files from lp:codership-mysqlSeppo Jaakola2013-02-051-0/+1001
| | * re-merging wsrep files from lp:codership-mysqlSeppo Jaakola2013-02-051-1001/+0
| | * References: lp:1066784 - Merged revisions 3810-3827 from lp:codership-mysqlSeppo Jaakola2012-11-281-2/+2
| | * References lp:1051808 - merged with lp:codership-mysql 5.5.27 based trunkSeppo Jaakola2012-09-171-28/+70
| | * Merged in change sets 3772-3779 from lp:codership-mysql/5.5mariadb-galera-5.5.25Seppo Jaakola2012-08-301-7/+6
| | * References lp:1034621 - Merge up to mysql-5.5.25 levelSeppo Jaakola2012-08-091-1/+15
| | * References lp:1011983Seppo Jaakola2012-06-121-6/+20
| | * Added wsrep specific filesSeppo Jaakola2012-04-261-0/+932
| * Refs codership/mysql-wsrep#33Alexey Yurchenko2015-05-081-13/+36
| * LP1378355 - Address review feedback, do not pass --defaults-group-suffix for ...Philip Stoev2015-05-081-2/+1
| * LP1378355 - Pass the value of --defaults-group-suffix to xtrabackup during SSTPhilip Stoev2015-05-081-4/+8
| * Fix for build failures on Power8Nirbhay Choubey2015-02-201-17/+16
| * Local merge of patch for MDEV-4647 from maria-5.5-galera.Nirbhay Choubey2014-07-221-46/+32
| * Merge of patch for MDEV-6411 from maria-5.5-galera.Nirbhay Choubey2014-07-091-19/+32
| * bzr merge -r3968..3984 codership/5.5 (non-Innodb changes only).Nirbhay Choubey2014-05-211-4/+6
| * Merging revision from codership-mysql/5.5 (r3928..3968) andNirbhay Choubey2014-03-271-40/+101
| |\
| | * * bzr merge -r4027..4061 codership/5.6Nirbhay Choubey2014-03-261-37/+88
| | * bzr merge -r3946..3968 codership/5.5Nirbhay Choubey2014-03-251-1/+2
| | * bzr merge -r3928..3932 codership/5.5Nirbhay Choubey2014-03-251-2/+11
| |/
| * * Merged revisions: 3431, 3435..3457, 3459, 3460 from maria-5.5-galera.Nirbhay Choubey2014-01-301-0/+33
| * merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6Seppo Jaakola2013-12-041-13/+24
| * Merges from lp:codership-mysql/5.5 up to rev #3893, this changes to wsrep API...Seppo Jaakola2013-11-261-16/+31
| * bzr merge -r3890..3891 lp:codership-mysql/5.5Seppo Jaakola2013-11-061-1/+3
| * Merge fixes, now at level 3430 in mariadb-galera-5.5Seppo Jaakola2013-10-071-2/+2
| * Merged revisions 3411..3417 from mariadb-galera-5.5Seppo Jaakola2013-10-071-3/+3
| * Merge 10.0 to galera-10.0Jan Lindström2013-09-031-0/+1004
* MDEV-8034 : wsrep_node_address can't be IPV6Nirbhay Choubey2015-09-151-33/+31
* Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-17/+42
* MDEV-6594: Use separate domain_id for Galera transactionsNirbhay Choubey2015-04-151-3/+7
* MDEV-6594: Use separate domain_id for Galera transactionsNirbhay Choubey2015-02-271-10/+50
* compiler warningsSergei Golubchik2015-01-311-15/+12
* MDEV-7053: WSREP_STATUS & WSREP_MEMBERSHIP I_S tablesNirbhay Choubey2014-11-221-2/+2
* correct handling on defaults[-extra]-file is SST scriptsSergei Golubchik2014-10-011-4/+29