summaryrefslogtreecommitdiff
path: root/sql/log.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-271-0/+3
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-04-271-0/+3
| |\
| | * MDEV-28798: Previously Binlog Encrypted Master Segfaults on Binlog Dump with ...Brandon Nesterenko2023-04-241-0/+3
* | | Merge 10.5 into 10.6Marko Mäkelä2023-04-251-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-241-1/+1
| |\ \ | | |/
| | * fix typolilinjie2023-04-101-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-101-7/+3
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2023-02-101-7/+3
| |\ \ | | |/
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-7/+3
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-2/+7
|\ \ \ | |/ /
| * | MDEV-30423 Deadlock on Replica during BACKUP STAGE BLOCK_COMMIT on XA transac...Andrei2023-01-231-2/+13
* | | Merge 10.5 into 10.6Marko Mäkelä2022-12-131-1/+1
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-1/+1
| |\ \ | | |/
| | * 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
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-6/+48
|\ \ \ \ | |/ / /
| * | | MDEV-25616 XA PREPARE event group is not binlogged when..Brandon Nesterenko2022-10-251-6/+46
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-09-301-0/+4
|\ \ \ \ | |/ / /
| * | | correctness assertSergei Golubchik2022-09-291-0/+4
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-261-0/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-09-261-0/+6
| |\ \ \ | | |/ /
| | * | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-231-1/+7
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-121-1/+5
|\ \ \ \ | |/ / /
| * | | MDEV-24660 MYSQL_BIN_LOG::cleanup(): Assertion `b->xid_count == 0'Andrei2022-09-091-1/+5
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-19/+53
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-19/+53
| |\ \ \ | | |/ /
| | * | 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-28948 FLUSH BINARY LOGS waits/hangs on mysql_mutex_unlock(&LOCK_index)Andrei2022-07-261-4/+14
* | | | MDEV-28609 refine gtid-strict-mode to ignore same server-id gtid from the pastAndrei2022-07-261-2/+4
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-021-2/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-06-021-2/+8
| |\ \ \ | | |/ /
| | * | MDEV-27862 Galera should replicate nextval()-related changes in sequences wit...mkaruza2022-05-301-2/+8
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-211-6/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-211-6/+1
| |\ \ \ | | |/ /
| | * | 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
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-1/+3
| |\ \ \ | | |/ /
| | * | MDEV-25912 wsrep does not identify checksummed events correctlymkaruza2022-03-281-0/+2
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+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
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-01-041-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 10.4 into 10.5st-10.5-juliusJulius Goryavsky2021-12-261-1/+2
| |\ \ \ \ | | |/ / /
| | * | | result of wsrep logic in queue_for_group_commit was being ignoredbb-10.4-MDEV-26803-galeraLeandro Pacheco2021-12-231-1/+2