summaryrefslogtreecommitdiff
path: root/wsrep
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-116-6/+6
|
* Correct FSF addressiangilfillan2017-03-104-4/+4
|
* Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-252-8/+40
|\
| * Fixes for failing tests (post-merge).Nirbhay Choubey2016-08-211-2/+9
| |
| * GCF-837 Check wsrep interface version before loading providerDaniele Sciascia2016-08-211-6/+31
| |
| * MW-175 Fix definitively lost memory in wsrep_get_paramsDaniele Sciascia2016-08-211-1/+1
| |
| * Fix for build failures on Power8Nirbhay Choubey2015-02-201-12/+9
| |
| * Fix for a segfault.Nirbhay Choubey2014-05-211-1/+1
| |
| * bzr merge -r3985..3991 codership/5.5Nirbhay Choubey2014-05-211-2/+19
| |
| * bzr merge -r3968..3984 codership/5.5 (non-Innodb changes only).Nirbhay Choubey2014-05-211-45/+5
| |
| * bzr merge -r3946..3968 codership/5.5Nirbhay Choubey2014-03-252-5/+48
| |
| * Added missing filesSeppo Jaakola2014-01-174-0/+384
| |
| * bzr merge -r3904..3928 lp:codership-mysql/5.5Seppo Jaakola2013-11-276-341/+41
| | | | | | | | | | | | This is now otherwise on level wsrep-25.9, but storage/innobase has not been fully merged wsrep-5.5 is not good source for that, so we probably have to cherry pick innodb changes from wsrep-5.6
| * Merges from lp:codership-mysql/5.5 up to rev #3893, this changes to wsrep ↵Seppo Jaakola2013-11-264-293/+552
| | | | | | | | API #24
| * Merge 10.0 to galera-10.0Jan Lindström2013-09-036-0/+1546
|
* fix build on sol10-64Sergei Golubchik2015-10-152-13/+11
|
* compiler warningsSergei Golubchik2015-01-311-12/+10
|
* cleanup: galera merge, simple changesSergei Golubchik2014-10-011-3/+0
|
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-266-0/+1910
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.