summaryrefslogtreecommitdiff
path: root/wsrep
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-304-4/+4
|\
| * Correct FSF addressiangilfillan2017-03-104-4/+4
| |
* | MDEV-8791 - AIX: Unresolved Symbols during linkingSergey Vojtovich2016-10-311-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | Clean-up nolock.h: it doesn't serve any purpose anymore. Appropriate code moved to x86-gcc.h and my_atomic.h. If gcc sync bultins were detected, we want to make use of them independently of __GNUC__ definition. E.g. XLC simulates those, but doesn't define __GNUC__. HS/Spider: According to AIX manual alloca() returns char*, which cannot be casted to any type with static_cast. Use explicit cast instead. MDL: Removed namemangling pragma, which didn't let MariaDB build with XLC. WSREP: _int64 seem to be conflicting name with XLC, replaced with _integer64. CONNECT: RTLD_NOLOAD is GNU extention. Removed rather meaningless check if library is loaded. Multiple dlopen()'s of the same library are permitted, and it never gets closed anyway. Except for error, which was a bug: it may close library, which can still be referenced by other subsystems. InnoDB: __ppc_get_timebase() is GNU extention. Only use it when __GLIBC__ is defined. Based on contribution by flynn1973.
* 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.