summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.7Marko Mäkelä2022-06-091-3/+3
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-06-091-3/+3
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2022-06-091-3/+3
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2022-06-071-3/+3
| | | |\
| | | | * MDEV-27697 fixup: Exclude debug code from non-debug buildsMarko Mäkelä2022-06-031-3/+3
| * | | | removed some compiler warningsMonty2022-06-071-1/+1
* | | | | Merge branch '10.6' into 10.7mariadb-10.7.4Sergei Golubchik2022-05-181-29/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6mariadb-10.6.8Sergei Golubchik2022-05-181-29/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-181-29/+5
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-181-2/+3
| | | |\ \ | | | | |/
| | | | * Merge branch '10.2' into 10.3mariadb-10.3.35Sergei Golubchik2022-05-181-2/+3
| | | | |\
| | | | | * MDEV-28550 improper handling of replication event group that containsAndrei2022-05-131-2/+3
* | | | | | Merge branch '10.6' into 10.7Sergei Golubchik2022-05-111-20/+147
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-20/+147
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-19/+147
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-19/+146
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-19/+146
| | | | |\ \ | | | | | |/
| | | | | * MDEV-28428 Master_SSL_Crl shows Master_SSL_CA value in SHOW SLAVE STATUS outputSergei Golubchik2022-04-281-3/+3
| | | | | * MDEV-27697. Removed a false assert.Andrei2022-04-261-2/+0
| | | | | * MDEV-27697. Two affected tests fixed.Andrei2022-04-261-2/+4
| | | | | * MDEV-27697 slave must recognize incomplete replication event groupAndrei2022-04-251-26/+138
| | | * | | MDEV-11853: semisync thread can be killed after sync binlog but before ACK in...Brandon Nesterenko2022-04-221-0/+1
* | | | | | Merge 10.6 into 10.7Daniel Black2022-03-241-9/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-27760 event may non stop replicate in circular semisync setupAndrei2022-03-221-9/+15
* | | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-0/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-0/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+9
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+9
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-0/+9
| | | | |\ \ | | | | | |/
| | | | | * MDEV-16091: Seconds_Behind_Master spikes to millions of secondsbb-10.2-MDEV-16091Brandon Nesterenko2022-01-041-0/+9
| | | | * | Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-181-0/+3
| | | | |\ \ | | | | | |/
| | | | | * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-141-1/+1
| | | | | * MDEV-20821 parallel slave server shutdown hangAndrei Elkin2021-05-141-0/+3
| | | * | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-1/+1
| | | * | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-1/+1
| | * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-291-1/+1
| | * | | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-1/+1
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-281-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-281-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-281-0/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-26914: Unreleased mutex in the exec_relay_log_event() functionbb-10.4-MDEV-26914-galeraJulius Goryavsky2021-10-281-0/+2
* | | | | | Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-5/+5
* | | | | | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-1/+1
|/ / / / /
* | | | | MDEV-21117: refine the server binlog-based recovery for semisyncSujatha2021-06-111-1/+25
* | | | | MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-241-5/+5
* | | | | Change replication to use uchar for all buffers instead of charMonty2021-05-191-41/+42
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-6/+8
* | | | | Reduce usage of strlen()Monty2021-05-191-43/+73
* | | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-161-0/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-220/+64
|\ \ \ \ \ | |/ / / /