summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.7 into 10.8Daniel Black2022-03-251-9/+15
|\
| * 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.7' into 10.8Oleksandr Byelkin2022-02-041-0/+9
|\ \ \ | |/ /
| * | 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
* | | | | | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-26/+99
|/ / / / / /
* | | | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-219/+68
| |\ \ \ \ | | |/ / /
| | * | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-1/+1
| | * | | don't take mutexes conditionallySergei Golubchik2021-02-121-8/+2
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-211/+66
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-178/+45
| | | |\ \ | | | | |/
| | | | * cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-241-141/+31
| | | | * MDEV-10272: add master host/port info to slave thread exit messagesDaniel Black2021-01-221-0/+5
* | | | | MDEV-10271: add master host/port info to slave thread exit messagesbb-10.6-danielblack-MDEV-10271-log-stop-of-slave-sql-threadHartmut Holzgraefe2021-01-211-5/+7
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2020-11-141-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-131-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Sujatha2020-11-121-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sujatha2020-11-121-4/+15
| | | |\ \ | | | | |/
| | | | * MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-121-4/+15
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2020-09-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23270 Remove a String parameter from Protocol::store(double/float)Alexander Barkov2020-08-141-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-08-041-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-1/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+2
| | | |\ \ | | | | |/