summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-2/+3
|\
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+3
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-2/+3
| | |\
| | | * MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-211-2/+3
| | * | Merge branch '10.2' into 10.3mariadb-10.3.24Sergei Golubchik2020-08-061-4/+23
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2mariadb-10.2.33Sergei Golubchik2020-08-061-4/+23
| | | |\
| | | | * MDEV-23089 rpl_parallel2 fails in 10.5Sachin2020-08-041-4/+23
| | | | * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-3/+3
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-4/+23
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23089 rpl_parallel2 fails in 10.5Sachin2020-08-031-4/+23
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-181-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-171-0/+15
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-3/+3
| | |\ \ \ | | | |/ /
| | | * | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-3/+3
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Relay_log_info::executed_entries to Atomic_counterSergey Vojtovich2020-04-151-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | dequeued_count my_atomic to Atomic_counterSergey Vojtovich2020-03-251-1/+1
* | | | | Fix various spelling errorsOtto Kekäläinen2020-03-161-1/+1
* | | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-141-13/+25
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-2/+2
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+5
|/ / / /
* | | | MDEV-6860 Parallel async replication hangs (#1400)seppo2019-10-161-0/+31
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-0/+16
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-0/+16
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-011-0/+16
| | |\ \ | | | |/
| | | * MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-301-0/+16
* | | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-2/+2
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2018-10-111-11/+21
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-10-111-11/+21
| |\ \ | | |/
| | * MDEV-17346 parallel slave start and stop races to workers disappearedAndrei Elkin2018-10-081-3/+22
* | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-271-8/+4
* | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-0/+2
* | | Add likely/unlikely to speed up executionMonty2018-05-071-11/+11
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+36
|\ \ \ | |/ /
| * | MDEV-12746 rpl.rpl_parallel_optimistic_nobinlog fails committingAndrei Elkin2018-03-131-2/+37
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-1/+10
|\ \ \ | |/ /
| * | Fix for MDEV-12730Monty2018-01-241-1/+10
* | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary logMonty2017-12-181-3/+1
* | | Removed not used lock argument from read_log_eventMonty2017-12-181-1/+1
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\ \ \ | |/ /
| * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-6/+2
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-6/+2
| |\ \ | | |/
| | * MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-6/+2