summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2022-12-131-1/+1
|\
| * MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-171-1/+1
* | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-231-1/+7
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-13/+56
|\ \ | |/
| * MDEV-21087/MDEV-21433: ER_SLAVE_INCIDENT arrives at slave without failure spe...Brandon Nesterenko2022-07-251-14/+57
* | MDEV-27862 Galera should replicate nextval()-related changes in sequences wit...mkaruza2022-05-301-2/+8
* | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-6/+1
|\ \ | |/
| * MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGG...Sergei Golubchik2022-04-121-6/+1
* | MDEV-25912 wsrep does not identify checksummed events correctlymkaruza2022-03-281-0/+2
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+2
| |\
| | * MDEV-21308 : WSREP: binlog ... cache not empty warnings on server with WSREP ...bb-10.2-MDEV-21308Jan Lindström2022-01-221-1/+1
| | * MDEV-16091: Seconds_Behind_Master spikes to millions of secondsbb-10.2-MDEV-16091Brandon Nesterenko2022-01-041-0/+1
| | * MDEV-26833 Missed statement rollback in case transaction drops or create temp...bb-10.2-andreiAndrei Elkin2021-10-281-28/+12
* | | result of wsrep logic in queue_for_group_commit was being ignoredbb-10.4-MDEV-26803-galeraLeandro Pacheco2021-12-231-1/+2
* | | Merge branch '10.3' into 10.4mariadb-10.4.22Oleksandr Byelkin2021-11-051-27/+10
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.32Oleksandr Byelkin2021-11-051-27/+10
| |\ \
| | * | MDEV-26833 Missed statement rollback in case transaction drops or create temp...mariadb-10.2.41Andrei Elkin2021-11-051-28/+12
| | |/
* | | MDEV-20215: binlog.show_concurrent_rotate failed in buildbot with wrong resultBrandon Nesterenko2021-08-131-1/+2
* | | MDEV-25553 : Avoid unnecessary rollbacks with SRbb-10.4-MDEV-25553Daniele Sciascia2021-04-281-29/+0
* | | 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