summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-031-1/+6
|\
| * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-031-1/+6
| |\
| | * Merge branch 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-021-1/+6
| | |\
| | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-05-021-1/+6
| | | |\
| | | | * MDEV-29621: Replica stopped by locks on sequenceAndrei2023-04-271-1/+6
* | | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-271-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-271-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2023-04-271-3/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-30620 Trying to lock uninitialized LOCK_parallel_entryAndrei2023-04-251-3/+5
* | | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-121-8/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-111-8/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-8/+30
| | |\ \ \ | | | |/ /
| | | * | MDEV-30780 optimistic parallel slave hangs after hit an errorAndrei2023-03-161-8/+30
| | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-2/+1
| | | |\ \ | | | | |/
* | | | | Merge 10.6 into 10.8Marko Mäkelä2023-03-291-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26071: rpl.rpl_perfschema_applier_status_by_worker failed in bb …Andrei2023-03-241-1/+3
* | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-2/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-2/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-2/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-2/+1
| | | |\ \ \
| | | | * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-2/+1
| | | | |\ \ \ | | | | | |/ / | | | | |/| / | | | | | |/
| | | | | * MDEV-29639: Seconds_Behind_Master is incorrect for Delayed, Parallel ReplicasBrandon Nesterenko2023-01-241-2/+1
| | | | | * Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-181-0/+15
| | | | | |\
| | | | | | * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-141-0/+15
* | | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-041-0/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-041-0/+12
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-261-0/+12
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.4 into 10.5Marko Mäkelä2022-09-261-0/+12
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-231-0/+12
* | | | | | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-12/+251
|/ / / / / /
* | | | | | Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-3/+1
* | | | | | MDEV-26637: (explicit length) ASAN: main.metadata and user_variables.basic MT...Oleksandr Byelkin2021-10-121-1/+2
|/ / / / /
* | | | | MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-081-1/+53
* | | | | MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-081-1/+6
* | | | | MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-081-0/+17
|/ / / /
* | | | 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
|\ \ \ \ \ | |/ / / /