summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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 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
| |\ \ | | |/
| | * MDEV-14203: rpl.rpl_extra_col_master_myisam, rpl.rpl_slave_load_tmpdir_not_ex...Sujatha2020-07-231-1/+2
* | | MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-171-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-7/+24
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-7/+24
| |\ \ | | |/
| | * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-7/+24
* | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-0/+1
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-0/+1
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-0/+1
| | | |\
| | | | * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-301-0/+1
| | | | * cleanup: remove dbug keywords that are never usedSergei Golubchik2020-04-291-33/+0
| * | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-3/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-3/+5
* | | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-4/+7
* | | | | Relay_log_info::executed_entries to Atomic_counterSergey Vojtovich2020-04-151-2/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-0/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-241-0/+1
* | | | | gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-4/+4
* | | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-12/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-2/+22
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21723 Async slave thread BF abort and replaying fixes (#1448)seppo2020-02-231-2/+22
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-211-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-211-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-201-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-191-2/+2
| | | |\ \ | | | | |/
| | | | * Use get_ident_len in heartbeat event error messagesMarkus Mäkelä2020-01-131-2/+2
* | | | | MDEV-20821 parallel slave server shutdown hangAndrei Elkin2020-01-211-0/+3
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-0/+38
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-0/+38
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18497 : CTAS async replication from mariadb master crashes galera nodes ...Jan Lindström2019-12-041-9/+15
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-1/+32
| | |\ \ \ | | | |/ /
| | | * | MDEV-19572 async slave node fails to apply MyISAM only writes (#1418)seppo2019-11-261-1/+6
| | | * | MDEV-18497 CTAS async replication from mariadb master crashes galera nodes (#...seppo2019-11-181-0/+26
| | | * | imporve clang buildEugene Kosov2019-06-251-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-0/+11
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-081-0/+11