summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-05-161-0/+2
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-05-151-0/+2
| |\
| | * Fixed bugs found by valgrindMonty2020-05-151-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-3/+3
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2020-04-271-3/+3
| | |\
| | | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-4/+4
* | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-3/+8
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-201-11/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-11/+4
| |\ \ \ | | |/ /
| | * | MDEV-10570: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-171-11/+4
* | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-2/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-0/+8
| |\ \ \ | | |/ /
| | * | MDEV-21723 Async slave thread BF abort and replaying fixes (#1448)seppo2020-02-231-0/+8
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-241-1/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-241-1/+8
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-241-1/+8
| | |\ \ | | | |/
| | | * MDEV-21490: binlog tests fail with valgrind: Conditional jump or move depends...Sujatha2020-01-241-1/+8
* | | | Merge branch '10.3' into 10.4Sujatha2020-01-081-25/+66
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sujatha2020-01-081-25/+67
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sujatha2020-01-071-25/+67
| | |\ \ | | | |/
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-24/+33
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+0
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-0/+5
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-10/+21
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-4/+4
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+3
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+1
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-4/+8
| | | * MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysq...Sujatha2020-01-071-1/+8
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-101-0/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-17/+30
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-16/+18
| |\ \ \ | | |/ /
| | * | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-081-16/+18
| * | | MDEV-20591: Follow-up fixMarko Mäkelä2019-10-091-5/+7
| * | | MDEV-20591 Wrong Number of rows in mysqlbinlog outputSachin2019-10-081-1/+10
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-191-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-1/+1
| | |\ \ | | | |/
| | | * MDEV-11154: Write_on_release_cache(log_event.cc) function will not write "COM...Sujatha2019-07-151-1/+1
* | | | - wsrep-lib update (SR cleanups and voting support) (#1359)Alexey Yurchenko2019-07-221-1/+1
* | | | MDEV-19716: ASAN use-after-poison in Query_log_event::Query_log_event / THD::...Sujatha2019-07-021-33/+36
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-19076: rpl_parallel_temptable result mismatch '-33 optimistic'Sujatha2019-05-201-1/+2
* | | | MDEV-19604 WolfSSL breaks binlog_encryption.binlog_incidentVladislav Vaintroub2019-05-271-1/+4
* | | | MDEV-19582 WolfSSL decyption function can read memory out-of-bounds.Vladislav Vaintroub2019-05-251-2/+10
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-10/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /