summaryrefslogtreecommitdiff
path: root/sql/log_event.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-311-2/+4
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-9/+9
|\
| * Code comment spellfixesIan Gilfillan2020-07-221-9/+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.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
* | 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 10.1 into 10.2Marko Mäkelä2019-02-021-9/+17
|\ \ \ | |/ /
| * | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-241-3/+10
* | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | MDEV-12067 flashback does not correcly revert update/replace statementsbb-10.2-MDEV-12067Lixun Peng2017-07-031-0/+2
* | | ASAN errors in many rpl testsSergei Golubchik2017-04-071-0/+1
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-4/+4
* | | [MDEV-10570] Add Flashback supportMonty2017-01-201-2/+74
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-2/+5
|\ \ \ | |/ /
| * | MDEV-11319 mysqlbinlog crashes or fails with out of memory while reading some...Sergei Golubchik2016-12-061-2/+5
* | | two fix:vinchen2016-10-291-2/+2
* | | MDEV-11065: Compressed binary logKristian Nielsen2016-10-201-9/+51
* | | optimize the memory allocation for compressed binlog eventvinchen2016-10-191-4/+6
* | | Binlog compressedvinchen2016-10-191-3/+120
* | | Use sql_mode_t for sql_mode.Monty2016-10-051-3/+2
* | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+4
|/ /
* | Ignore MySQL 5.7 log events not relevant for MariaDBMonty2015-11-101-0/+5
* | table->write_set was changed if binary logging was used, which caused theMonty2015-11-101-3/+3
* | Remove THD argment from Log_event->net_send() and Protocol::pack_info() asMichael Widenius2015-10-221-24/+23
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-1/+73
|\ \
| * | MDEV-4487 Allow replication from MySQL 5.6+ when GTID is enabled on the masterMonty2015-10-081-0/+72
| * | MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()Oleksandr Byelkin2015-09-061-1/+1
* | | MDEV-8264 encryption for binlogSergei Golubchik2015-09-041-4/+99
* | | cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()Sergei Golubchik2015-09-041-98/+116
* | | cleanup: remove Slave_log_event (unused since 2002)Sergei Golubchik2015-09-041-90/+0
* | | cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-041-19/+10
* | | cleanup: commentsSergei Golubchik2015-09-041-3/+3
* | | cleanup: reformatSergei Golubchik2015-09-041-1/+0
* | | cleanup: Log_event::read_log_event()Sergei Golubchik2015-09-041-43/+37
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* | | [MDEV-6877] Change replication event loop to account for empty events10.1-MDEV-6877-binlog_row_imageVicențiu Ciorbaru2015-06-301-3/+6
* | | [MDEV-6877] Fixed Update_rows_log_event to correctly apply update log eventsVicențiu Ciorbaru2015-06-301-0/+8
* | | [MDEV-6877] Add binlog writing according to columnsVicențiu Ciorbaru2015-06-301-10/+3
* | | [MDEV-6877] Update Update, Delete and Write row log eventVicențiu Ciorbaru2015-06-301-10/+3
* | | [MDEV-6877] Added a bitmap compare function for binlog_row_imageVicențiu Ciorbaru2015-06-301-0/+49
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2015-02-071-2/+2
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-2/+2
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2015-01-211-2/+2
| |\ \ | | |/
| | * mysql-5.5.41 mergeSergei Golubchik2014-12-191-2/+2
| | |\
| | | * Bug#19145698: READ OUT OF BOUNDS ISSUESujatha Sivakumar2014-10-081-2/+2
* | | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-0/+25