summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-01-281-2/+9
|\
| * 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
* | | | | After-merge fix: Actually apply the changesSujatha2020-01-081-22/+66
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-16/+18
|\ \ \ \ \ | |/ / / /
| * | | | 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-20477 Merge binlog extended metadata support from the upstreamSachin2019-09-111-1/+253
* | | | | Merge 10.4 to 10.5Marko Mäkelä2019-05-271-2/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19582 WolfSSL decyption function can read memory out-of-bounds.Vladislav Vaintroub2019-05-251-2/+10
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |\ \ \ | | | |/ /
| | | * | 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
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-9/+14
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-9/+14
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-10/+15
| | | | |\ \ | | | | | |/
| | | | | * ProblemVenkatesh Venugopal2019-04-251-11/+15
* | | | | | MDEV-19550 Move specific parts of log_event.cc to log_event_client.cc and log...Alexander Barkov2019-05-231-11384/+0
|/ / / / /