summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | MDEV-16239 Many test in rpl suite failssachin2019-10-081-0/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-231-6/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20217: Semi_sync: Last_IO_Error: Fatal error: Failed to run 'after_queue...Sujatha2019-09-161-6/+7
* | | | | MDEV-17402 slave_transaction_retry_errors="12701" won't be enabled (#1346)Kentoku SHIBA2019-06-291-1/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\ \ | | | | |/
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1