summaryrefslogtreecommitdiff
path: root/sql/wsrep_applier.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-17048 Inconsistency voting support (#1373)Alexey Yurchenko2019-08-281-33/+4
| | | | | | * Collect and pass apply error data to provider * Rollback failed transaction and continue operation if provider returns SUCCESS * MTR tests for inconsistency voting
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
* | Galera4Brave Galera Crew2019-01-231-19/+48
|/
* Correct FSF addressiangilfillan2017-03-101-1/+1
|
* MDEV-9618 solaris sparc build fails on 10.1.Alexey Botchkov2016-06-271-0/+2
| | | | | | Compiler on Sparc is strict about the 'const' modifiers in function declarations and definitions. Meaning they should be exactly same.
* Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-1/+2
|
* MDEV-7867: Add binlog header to GRA_.log fileNirbhay Choubey2015-04-011-0/+3
|
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+38
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.