summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-211-2/+2
* MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-4/+4
* MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-121-4/+6
* 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
* | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-7/+58
* | 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
|\ \ | |/
| * Fix accumulation of old rows in mysql.gtid_slave_posKristian Nielsen2018-10-071-0/+79
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-4/+4
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-13/+51
|\ \ | |/
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-13/+51
| |\
| | * Fix purge_relay_logs post mergeVicențiu Ciorbaru2017-07-271-1/+0
| | * MYSQL_BIN_LOG::open/close must be under LOCK_logSergei Golubchik2017-07-271-2/+11
| | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-11/+43
| | |\
| | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-10/+42
| | | |\
| | | | * Bug#24901077: RESET SLAVE ALL DOES NOT ALWAYS RESET SLAVESujatha Sivakumar2017-02-281-9/+41
| | | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-2/+9
| | | | * Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-071-0/+20
| | | | |\
| | | | | * BUG#13693012Luis Soares2012-02-241-0/+20
| | | | | |\
| | | | | | * Bug#13693012: SLAVE CRASHING ON INSERT STATEMENT WITH MERGE TABLE Luis Soares2012-02-241-0/+20
| | | | * | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-2/+2
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-1/+3
| | | | * | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| | | | |\ \ \ | | | | | |/ / | | | | | | / | | | | | |/ | | | | |/|
| | | | * | BUG#11752315 - 43460: STOP SLAVE UNABLE TO COMPLETE WHEN SLAVE THREAD IS TRYI...Manish Kumar2012-01-231-0/+4
| | | | * | BUG#11760927Luis Soares2011-11-161-1/+2
| | | | * | BUG#11760927: 53375: RBR + NO PK => HIGH LOAD ON SLAVE (TABLE Luis Soares2011-11-111-0/+9
| | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | | |\ \ | | | | | |/
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | * | BUG#12558519Luis Soares2011-05-241-0/+10
| | | | |\ \
| | | | | * | BUG#12558519: RPL_TYPECONV PRODUCES VALGRIND STACKLuis Soares2011-05-231-0/+10
| | | | * | | Merge 5.5Mikael Ronström2011-04-151-1/+8
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Bug#11766528 PERFORMANCE_SCHEMA TRACKS BOTH BINARY AND RELAY LOGS IN THE SAME...Marc Alff2011-03-011-1/+8
| | | | * | | mergeMikael Ronstrom2011-01-041-0/+3
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-0/+3
| | | | * | | Added THD wait state for MASTER POS WAITMikael Ronstrom2010-10-281-0/+4
| | | | |/ /
| | | | * | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-0/+16
| | | | * | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-1/+1
| | | | |\ \
| | | | | * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
| | | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-2/+1
| | | | |\ \ \ | | | | | |/ / | | | | |/| / | | | | | |/
| | | | | * Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-2/+1
| | | | | * BUG#53657: Slave crashed with error 22 when trying to lock mutexLuis Soares2010-05-241-1/+1
| | | | * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+7
| | | | * | Manual merge from mysql-next-mr.Alexander Nozdrin2010-02-151-1/+1
| | | | |\ \
| | | | | * \ BUG#50364: manual merge to mysql-next-mr-bugfixing.Luis Soares2010-02-031-1/+1
| | | | | |\ \
| | | | | | * | BUG#50364: FLUSH LOGS crashes the server (rpl.rpl_heartbeat_basicLuis Soares2010-02-031-1/+1
| | | | * | | | Merge next-mr -> next-4284Konstantin Osipov2010-02-031-48/+53
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | WL#2360 Performance schemaMarc Alff2010-01-061-48/+53