summaryrefslogtreecommitdiff
path: root/sql/wsrep_applier.cc
Commit message (Expand)AuthorAgeFilesLines
* Change replication to use uchar for all buffers instead of charMonty2021-05-191-1/+1
* Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-1/+1
* Galera GTID supportmkaruza2020-01-291-9/+31
* MDEV-17048 Inconsistency voting support (#1373)Alexey Yurchenko2019-08-281-28/+14
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | | Moved normal transaction xid to implicit_xidSergey Vojtovich2019-04-251-6/+0
* | | | Galera4Brave Galera Crew2019-01-231-248/+72
|/ / /
* | | MDEV-16211 Contents of transaction_registry not replicated by GaleraEugene Kosov2018-10-011-0/+1
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-4/+4
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-4/+4
| |\ \ | | |/
| | * MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-241-4/+4
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-12/+12
|\ \ \
| * | | Add more execution stages (commit, rollback, etc)Monty2017-11-051-12/+12
| |/ /
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-2/+5
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-2/+5
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-2/+5
| | |\
| | | * Fix test failure on test MW-86 and remove MW-360 test.Jan Lindström2017-08-151-1/+2
| | | * MW-357 Reset thd->wsrep_apply_toi regardless of applier exitingDaniele Sciascia2017-08-111-1/+3
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+5
|\ \ \ | |/ /
| * | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-12-121-0/+2
| * | MDEV-11179: WSREP transaction excceded size limit in Galera clusterNirbhay Choubey2016-12-121-0/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-8/+2
|\ \ \ | |/ /
| * | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-8/+2
| |\ \ | | |/
| | * MW-267 Enforce wsrep_max_ws_size limit in wsrep providerDaniele Sciascia2016-07-251-8/+2
* | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-0/+3
* | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-8/+4
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-7/+20
|\ \ \ | |/ /
| * | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-7/+20
| |\ \ | | |/
| | * Fix for test failures.Nirbhay Choubey2016-02-231-0/+11
| | * refs codership/mysql-wsrep#31Daniele Sciascia2016-02-221-0/+3
| | * refs codership/mysql-wsrep#31Daniele Sciascia2016-02-221-10/+9
| | * MDEV-8239 : Idle threads post-execution end up in closing tables stateNirbhay Choubey2015-06-191-8/+8
| | * Refs codership/mysql-wsrep#33Alexey Yurchenko2015-05-081-4/+5
| | * Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-03-281-7/+4
| | |\
| | | * MDEV-7194: galera fails to replicate DDL queries when using binlog_checksumNirbhay Choubey2015-03-271-3/+25
| | | * Backport fix for MDEV-7673, MDEV-7203 and MDEV-7192 from 10.0-galeraNirbhay Choubey2015-03-111-4/+15
| | | * bzr merge -r4015..4026 codership/5.5Nirbhay Choubey2014-10-091-2/+3
| | | * bzr merge -r3997..4010 codership-mysql/5.5Nirbhay Choubey2014-08-061-0/+11
| | | * Fixes for some compiler warnings.Nirbhay Choubey2014-01-091-1/+1
| | | * Merging revision 3839..3932 from codership-mysql/5.5.Nirbhay Choubey2014-01-091-0/+351
| | * MDEV-7203: replicate_events_marked_for_skip didn't work on Galera clusterNirbhay Choubey2015-03-061-2/+7
| | * MDEV-7192: binlog_annotate_row_events not completely compatible with galeraNirbhay Choubey2015-03-051-3/+5
* | | Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-081-2/+2
|/ /
* | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-24/+29
* | MDEV-7867: Add binlog header to GRA_.log fileNirbhay Choubey2015-04-011-6/+4
|/
* bzr merge -r4123..4144 codership/5.6Nirbhay Choubey2014-09-301-1/+2