summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13915: Previous GCO freed while in usebb-10.4-MDEV-13915-leader-abortBrandon Nesterenko2023-05-171-3/+1
* MDEV-13915 Kill fixBrandon Nesterenko2023-05-121-1/+3
* MDEV-13915 Review PointsBrandon Nesterenko2023-05-091-0/+1
* MDEV-30780 optimistic parallel slave hangs after hit an errorAndrei2023-03-161-0/+5
* Merge 10.3 into 10.4Marko Mäkelä2022-03-291-1/+1
|\
| * DBAAS-7828: Primary/replica: configuration change of autocommit=0 can not be ...Brandon Nesterenko2022-03-241-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2021-05-181-2/+2
|\ \ | |/
| * Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-181-2/+2
| |\
| | * MDEV-25681: --relay-log{,-index} missing warningDaniel Black2021-05-171-2/+2
* | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-2/+2
| |\ \ | | |/
| | * MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-211-2/+2
* | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-6/+6
|\ \ \ | |/ /
| * | After merge fixesMonty2020-12-011-2/+2
| * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-4/+4
| |\ \ | | |/
| | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-4/+4
* | | Merge branch '10.3' into 10.4Sujatha2020-11-121-2/+2
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sujatha2020-11-121-4/+6
| |\ \ | | |/
| | * MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-121-4/+6
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-1/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-1/+7
| |\ \ | | |/
| | * Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-1/+7
| | |\
| | | * MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflict...Sujatha2020-06-251-0/+6
| | | * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-7/+58
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-7/+58
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-7/+58
| |\ \ \ | | |/ /
| | * | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-7/+58
* | | | dequeued_count my_atomic to Atomic_counterSergey Vojtovich2020-03-251-12/+8
* | | | gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-6/+5
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+1
|\ \ \ \ | |/ / /
| * | | Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
* | | | 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
| | |\ \ | | | |/
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-0/+79
| | |\ \ | | | |/
* | | | Move deletion of old GTID rows to slave background threadKristian Nielsen2018-12-071-79/+8
|/ / /
* | | Merge branch 'gtid_table_garbage_rows' into gtid_table_garbage_rows_10.3Kristian Nielsen2018-10-071-0/+79
|\ \ \ | | |/ | |/|
| * | Fix accumulation of old rows in mysql.gtid_slave_posKristian Nielsen2018-10-071-0/+79
* | | MDEV-15373 post-push: fixing type mismatch alerted by windows build.Andrei Elkin2018-05-181-1/+2
* | | MDEV-15373 engine gtid_slave_pos table name disobeys lower-case-table-namesAndrei Elkin2018-05-181-0/+1
* | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-3/+1
* | | Add likely/unlikely to speed up executionMonty2018-05-071-5/+5
* | | Remove not needed calls to print_errorMichael Widenius2018-04-161-4/+2
* | | Remove compiler warningsMichael Widenius2018-04-161-1/+1
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-8/+5
* | | Fix a merge error in MDEV-12179 code in process_gtid_pos_tableSergei Petrunia2018-01-291-2/+2
* | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-1/+2
* | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary logMonty2017-12-181-1/+2