summaryrefslogtreecommitdiff
path: root/sql/log_event.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29069 follow-up: support partially usable keysNikita Malyavin2023-05-051-1/+2
* MDEV-29069 ER_KEY_NOT_FOUND on online autoinc addition + concurrent DELETENikita Malyavin2023-04-181-6/+9
* log_event.h: remove junk EOL spacesNikita Malyavin2023-04-181-2/+2
* cleanup: whitespace, etcSergei Golubchik2023-04-181-4/+3
* MDEV-16329 [5/5] ALTER ONLINE TABLENikita Malyavin2023-04-181-1/+5
* MDEV-16329 [4/5] Refactor MYSQL_BIN_LOG: extract Event_log ancestorNikita Malyavin2023-04-181-3/+3
* MDEV-16329 [3/5] use binlog_cache_data directly in most placesNikita Malyavin2023-04-181-6/+6
* MDEV-16329 [2/5] refactor binlog and cache_mngrNikita Malyavin2023-04-181-3/+10
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-13/+13
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-02-161-16/+15
| |\
| | * Merge 10.8 into 10.9Marko Mäkelä2023-02-161-16/+15
| | |\
| | | * Merge 10.6 into 10.8Marko Mäkelä2023-02-101-16/+15
| | | |\
| | | | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-16/+15
| | | | |\
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-16/+15
| | | | | |\
| | | | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-16/+15
* | | | | | | MDEV-30128 remove support for 5.1- replication eventsSergei Golubchik2023-02-051-572/+51
|/ / / / / /
* | | | | | Revert MDEV-25292 Atomic CREATE OR REPLACE TABLESergei Golubchik2022-10-271-3/+1
* | | | | | MDEV-16546 System versioning setting to allow history modificationAleksey Midenkov2022-10-261-1/+2
* | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-09-211-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-09-131-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.7 into 10.8mariadb-10.8.5Marko Mäkelä2022-09-131-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-09-121-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-29322 ASAN heap-use-after-free in Query_log_event::do_apply_eventAndrei2022-09-071-1/+1
| * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-091-28/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-091-28/+10
| | |\ \ \ \ | | | |/ / /
* | | | | | MDEV-25292 CleanupsAleksey Midenkov2022-08-311-1/+3
* | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-08-081-28/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-08-081-28/+10
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-28/+10
| | |\ \ \ | | | |/ /
| | | * | MDEV-29078 For old binary logs explicit_defaults_for_timestamp presumed to be...Sergei Golubchik2022-08-021-26/+8
| | | * | MDEV-29225 make explicit_defaults_for_timestamps SESSION variableSergei Golubchik2022-08-021-3/+3
* | | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2022-05-061-8/+1
|/ / / /
* | | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-311-0/+6
* | | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-8/+35
* | | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-261-0/+48
|/ / /
* | | MDEV-21117: refine the server binlog-based recovery for semisyncSujatha2021-06-111-1/+28
* | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-0/+3
* | | Change replication to use uchar for all buffers instead of charMonty2021-05-191-74/+85
|/ /
* | MDEV-25222: mysqlbinlog --base64-output wrong option default drops BINLOG fro...Brandon Nesterenko2021-05-171-3/+2
* | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-2/+11
|\ \ | |/
| * Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-2/+11
| |\
| | * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-2/+11
| | |\
| | | * MDEV-16146: MariaDB slave stops with following errors.Sujatha2021-04-301-2/+11
| | | * MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-311-2/+4
* | | | Trivial fixups, no code changesMonty2020-10-211-2/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-311-0/+2
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-8/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-8/+8
| |\ \ \ | | |/ /