summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |\ \ | | | | |/
| | | | * MDEV-14203: rpl.rpl_extra_col_master_myisam, rpl.rpl_slave_load_tmpdir_not_ex...Sujatha2020-07-231-1/+2
* | | | | MDEV-21612 - remove COM_MULTI from server and C/CVladislav Vaintroub2020-07-141-2/+1
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-181-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-171-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-7/+24
|\ \ \ \ | |/ / /
| * | | 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
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-3/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-0/+1
|\ \ \ \ | |/ / /
| * | | 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-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-2/+9
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-6/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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.4 into 10.5Marko Mäkelä2020-03-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-11/+12
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-231-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-4/+4