summaryrefslogtreecommitdiff
path: root/sql/log_event_server.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-09-131-6/+1
|\
| * Merge 10.7 into 10.8mariadb-10.8.5Marko Mäkelä2022-09-131-6/+1
| |\
| | * Merge 10.6 into 10.7mariadb-10.7.6Marko Mäkelä2022-09-131-6/+1
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-09-121-6/+1
| | | |\
| | | | * MDEV-29322 ASAN heap-use-after-free in Query_log_event::do_apply_eventAndrei2022-09-071-6/+1
* | | | | Merge 10.8 into 10.9Marko Mäkelä2022-09-071-10/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.7 into 10.8Marko Mäkelä2022-09-071-10/+17
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-09-071-0/+7
| | |\ \ \ | | | |/ /
| | | * | Merge 10.5 into 10.6Marko Mäkelä2022-09-071-0/+7
| | | |\ \ | | | | |/
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-09-071-0/+7
* | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-091-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-081-1/+3
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-1/+3
| | | |\ \ | | | | |/
| | | | * MDEV-29078 For old binary logs explicit_defaults_for_timestamp presumed to be...Sergei Golubchik2022-08-021-1/+3
* | | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2022-05-061-10/+12
|/ / / /
* | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+3
| | |\ \ | | | |/
| | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+3
* | | | MDEV-27687 Assertion `!thd->rgi_fake || ...Andrei2022-02-011-1/+0
* | | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-311-0/+6
* | | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-48/+383
|/ / /
* | | Merge 10.6 into 10.7Marko Mäkelä2022-01-041-2/+3
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2022-01-041-2/+3
| |\ \ | | |/
| | * MDEV-26919: binlog.binlog_truncate_active_log fails in bb with valgrind, Cond...bb-10.5-MDEV-26919Brandon Nesterenko2021-12-221-1/+2
* | | Merge 10.6 into 10.7Marko Mäkelä2021-11-191-3/+5
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2021-11-161-3/+5
| |\ \ | | |/
| | * MDEV-27047: Replication fails to remove affected queries from query cacheMarko Mäkelä2021-11-161-3/+5
* | | Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-2/+2
* | | Merge 10.6 into 10.7Marko Mäkelä2021-10-221-21/+16
|\ \ \ | |/ /
| * | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-21/+16
| |\ \ | | |/
| | * Merge 10.4 into 10.5Marko Mäkelä2021-10-211-21/+16
* | | MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-191-2/+2
* | | Merge 10.6 into 10.7Marko Mäkelä2021-09-111-1/+1
|\ \ \ | |/ /
| * | Fixed typo in sql/log_event_server.cc related to ddl xid's.Monty2021-09-071-1/+1
* | | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-4/+2
|/ /
* | MDEV-21117: refine the server binlog-based recovery for semisyncSujatha2021-06-111-15/+53
* | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-0/+9
* | Change replication to use uchar for all buffers instead of charMonty2021-05-191-25/+26
* | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-2/+2
* | Reduce usage of strlen()Monty2021-05-191-14/+16
* | Merge 10.5 into 10.6Marko Mäkelä2021-05-181-1/+3
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-05-181-1/+3
* | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-4/+12
|\ \ | |/
| * Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-4/+12
* | Merge 10.5 into 10.6Marko Mäkelä2021-03-261-1/+1
|\ \ | |/
| * Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1
* | MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the name of...Sachin2021-02-261-19/+55
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-14/+19
|\ \ | |/