summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4st-10.4Marko Mäkelä2021-04-221-0/+19
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-04-221-0/+19
| |\
| | * MDEV-24526 binlog rotate via FLUSH LOGS may obsolate binlog file for recovery...Andrei Elkin2021-04-211-0/+19
| * | Merge branch '10.2' into 10.3Sujatha2020-11-121-1/+3
| |\ \ | | |/
| | * MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-121-1/+3
* | | MDEV-24954 : 10.5.9 crashes on int wsrep::client_state::ordered_commit(): Ass...bb-10.4-MDEV-24954Jan Lindström2021-03-251-17/+42
* | | MDEV-23843 Assertions in Diagnostics_area upon table operations under FTWRLMonty2021-02-141-2/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-3/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-3/+6
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-2/+4
| | |\
| | | * MDEV-4851: BUG#11763447: 'YOU CANNOT 'ALTER' A LOG TABLE IF LOGGING IS ENABLED'Nisha Gopalakrishnan2020-10-081-3/+5
| | * | MDEV-23894 UBSAN: several call to function show_binlog_vars(THD*, st_mysql_sh...Eugene Kosov2020-10-061-1/+2
* | | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-5/+50
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-9/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-9/+9
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-9/+9
| | |\ \ | | | |/
| | | * Code comment spellfixesIan Gilfillan2020-07-221-10/+10
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-131-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-2/+2
| | |\ \ | | | |/
| | | * MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
* | | | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| |\ \ \ | | |/ /
| | * | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| | |\ \ | | | |/
| | | * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-4/+5
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-4/+5
| | |\ \ | | | |/
| | | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-4/+5
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-6/+0
| |\ \ \ | | |/ /
| | * | MDEV-22021: Galera database could get inconsistent with rollback to savepointmkaruza2020-03-311-6/+0
* | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-4/+5
* | | | MDEV-22021: Galera database could get inconsistent with rollback to savepointDaniele Sciascia2020-03-311-11/+7
* | | | MDEV-21675: Data inconsistency after multirow insert rollback (#1474)Daniele Sciascia2020-03-211-16/+15
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-20/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-01-311-20/+14
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2020-01-311-18/+12
| | |\ \ | | | |/
| | | * MDEV-20923:UBSAN: member access within address … which does not point to an...Sujatha2020-01-291-16/+11
| | | * imporve clang buildEugene Kosov2019-06-251-4/+3
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-01-201-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Petrunia2020-01-171-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-18514: Assertion `!writer.checksum_len || writer.remains == 0' failedSujatha2020-01-091-1/+2
* | | | MDEV-20707: Missing memory barrier in parallel replication error handler in w...Sujatha2019-11-141-6/+13
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-3/+2
|\ \ \ \ | |/ / /
| * | | Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
| * | | Fixes for binary logging --read-only modeMonty2019-10-201-2/+1
* | | | MDEV-17099 Preliminary changes for Galera XA support (#1404)Daniele Sciascia2019-10-301-2/+2
* | | | Revert MDEV-17099 Preliminary changes for Galera XA support (#1401)Marko Mäkelä2019-10-281-2/+2
* | | | MDEV-17099 Preliminary changes for Galera XA support (#1401)Daniele Sciascia2019-10-241-2/+2
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-7/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /