summaryrefslogtreecommitdiff
path: root/sql/sql_repl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-07-021-2/+6
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-07-021-2/+6
| |\
| | * Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-2/+6
| | |\
| | | * MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-161-2/+6
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-161-3/+4
|\ \ \ \ | |/ / /
| * | | Fixed access to uninitalized memory found by valgrindMonty2020-05-151-2/+3
* | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-1/+1
* | | | Merge branch '10.3' into 10.4Sujatha2020-01-081-6/+17
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sujatha2020-01-081-6/+17
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sujatha2020-01-071-6/+17
| | |\ \ | | | |/
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-6/+17
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
|\ \ \ \ | |/ / /
| * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-121-1/+4
|\ \ \ \ | |/ / /
| * | | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-111-1/+4
| |\ \ \ | | |/ /
| | * | manual merge 10.1->10.2Andrei Elkin2019-11-111-1/+5
| | |\ \ | | | |/
| | | * MDEV-19376 Repl_semi_sync_master::commit_trx assertion failure: ... || !m_act...Andrei Elkin2019-11-101-1/+5
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-19/+44
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-19/+44
| |\ \ \ | | |/ /
| | * | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-081-19/+44
* | | | 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
* | | | | MDEV-19117 Don't keep binary log index file locked during show binary logsMonty2019-04-011-53/+121
* | | | | Fixed valgrind warning: Wrong usage of c_ptr()Monty2019-04-011-1/+1
* | | | | MDEV-18450 Slaves wait shutdownSergey Vojtovich2019-03-121-10/+34
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | dirty mergeOleksandr Byelkin2019-02-071-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-3/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-3/+3
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-3/+3
| | | | |\ \ | | | | | |/
| | | | | * Bug #28178776 COMPARISON OF UNINITAILIZED MEMORY IN LOG_IN_USEAditya A2019-01-231-3/+3
| | | | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
| | | * | | MDEV-14014 Multi-Slave Replication Fail: bogus data in log eventAndrei Elkin2018-06-281-0/+1
| | | * | | MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-03-121-5/+2
* | | | | | Fix for galera_3nodes.galera_gtid_2_clustermkaruza2019-02-191-0/+2
* | | | | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-56/+54
* | | | | | Simplified THD::current_linfo lockingSergey Vojtovich2019-01-281-8/+6
* | | | | | Galera4Brave Galera Crew2019-01-231-0/+11
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-14014 Multi-Slave Replication Fail: bogus data in log eventAndrei Elkin2018-06-281-0/+1
* | | | | | mysys: remove dead ME_xxx flagsSergei Golubchik2018-06-041-2/+1
|/ / / / /
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-38/+40
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-7/+7
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-2/+3
|\ \ \ \ \
| * | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-2/+3
* | | | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-7/+7