summaryrefslogtreecommitdiff
path: root/sql/wsrep_applier.cc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-12-121-0/+2
| | | | | After applying/replaying the transaction, the memory that stored the query string was also wrongly freed.
* MDEV-11179: WSREP transaction excceded size limit in Galera clusterNirbhay Choubey2016-12-121-0/+3
| | | | | | | | | | ... causes MariaDB to crash On error, the wsrep replication buffer (binlog) is dumped to a file to aid investigations. In order to also include the binlog header, FDLE object is also needed. This object is only available for wsrep- threads. Fix: Instantiate an FDLE object for non-wsrep threads.
* 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
| | | | | | | | | | | | | | | | | | | | This changes variable wsrep_max_ws_size so that its value is linked to the value of provider option repl.max_ws_size. That is, changing the value of variable wsrep_max_ws_size will change the value of provider option repl.max_ws_size, and viceversa. The writeset size limit is always enforced in the provider, regardless of which option is used.
* | 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
| | | | | | | | - Erronously removed call to wsrep_xid_init() in previous commit.
| * refs codership/mysql-wsrep#31Daniele Sciascia2016-02-221-10/+9
| | | | | | | | | | | | | | | | - Removes useless call to wsrep_xid_init() in wsrep_apply_events(). Transaction's xid is already initialized at that point. - Adds call to wsrep_set_SE_checkpoint() for committing TOI events in the applier side. - Includes test case that reproduced the issue.
| * MDEV-8239 : Idle threads post-execution end up in closing tables stateNirbhay Choubey2015-06-191-8/+8
| | | | | | | | | | Set thd's state to 'committed' only after it has done closing tables (called indirectly by relay_group_info::cleanup_context()).
| * Refs codership/mysql-wsrep#33Alexey Yurchenko2015-05-081-4/+5
| | | | | | | | | | | | | | 1. factored XID-related functions to a separate wsrep_xid.cc unit. 2. refactored them to take refrences instead of pointers where appropriate 3. implemented wsrep_get/set_SE_position to take wsrep_uuid_t and wsrep_seqno_t instead of XID 4. call wsrep_set_SE_position() in wsrep_sst_received() to reinitialize SE checkpoint after SST was received, avoid assert() in setting code by first checking current position.
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | Restore fix for MDEV-4328 (revno: 3391) that got accidentally overwritten while merging : http://bazaar.launchpad.net/~codership/codership-mysql/5.5-23/revision/3900 Added a test case.
| | * 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
| | | | | | | | | | OPTION_SKIP_REPLICATION flag needs to be preserved for events received on non-originating nodes.
| * MDEV-7192: binlog_annotate_row_events not completely compatible with galeraNirbhay Choubey2015-03-051-3/+5
| | | | | | | | | | | | Annotate_rows event needs to be preserved until the last Rows event has been applied because after it has been applied thd->query points to the query stored inside this event.
* | 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
|
* bzr merge -r4091..4101 codership/5.6/Nirbhay Choubey2014-06-191-0/+11
|
* bzr merge -r4065..4088 codership/5.6Nirbhay Choubey2014-05-211-3/+3
|
* * Merged revisions: 3431, 3435..3457, 3459, 3460 from maria-5.5-galera.Nirbhay Choubey2014-01-301-1/+1
| | | | | * Fixed Debian/Ubuntu dist files. * Fixed some compiler warnings.
* Fixed one compiler warning in wsrep_applier.ccSeppo Jaakola2014-01-171-1/+0
|
* Added missing filesSeppo Jaakola2014-01-171-0/+377