summaryrefslogtreecommitdiff
path: root/sql/log_event.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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.3' into 10.4Oleksandr Byelkin2020-08-031-8/+8
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-8/+8
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-9/+9
| | |\
| | | * Code comment spellfixesIan Gilfillan2020-07-221-9/+9
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-241-1/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-241-1/+9
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-241-1/+9
| | |\ \ | | | |/
| | | * MDEV-21490: binlog tests fail with valgrind: Conditional jump or move depends...Sujatha2020-01-241-1/+9
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-0/+3
| | |\ \ | | | |/
| | | * MDEV-18497 CTAS async replication from mariadb master crashes galera nodes (#...seppo2019-11-181-0/+3
| * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-5/+19
|\ \ \ \ \ | |/ / / /
| * | | | dirty mergeOleksandr Byelkin2019-02-071-5/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-9/+17
| | |\ \ \ | | | |/ /
| | | * | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-241-3/+10
* | | | | MDEV-5377 Row-based replication of MariaDB temporal data types with FSP>0 int...Alexander Barkov2018-12-041-11/+42
|/ / / /
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+2
* | | | Adding "const" qualifier into a few methods and parameters in the LOAD codeAlexander Barkov2018-03-151-1/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-13/+13
* | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-5/+4
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-116/+99
|\ \ \ \
| * \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-116/+99
| |\ \ \ \
| | * | | | mysqlbinlog now prints "# Number of rows" and stops on errorsMonty2017-12-291-116/+99
* | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Removed not used lock argument from read_log_eventMonty2017-12-181-1/+0
* | | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-3/+3
* | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SQL: replication fixes [fixes #234]Eugene Kosov2017-07-311-0/+5
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-07-071-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-12067 flashback does not correcly revert update/replace statementsbb-10.2-MDEV-12067Lixun Peng2017-07-031-0/+2
* | | | | | Remove XtraDBMarko Mäkelä2017-06-211-4/+0
|/ / / / /
* | | | | Make SEQUENCE working with replicationMonty2017-05-231-0/+1