summaryrefslogtreecommitdiff
path: root/sql/log_event.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-6/+6
* | | Change "static int" to enum in classesMichael Widenius2017-04-181-4/+7
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-131-0/+1
|\ \ \ | |/ / | | / | |/ |/|
| * ASAN errors in many rpl testsSergei Golubchik2017-04-071-0/+1
* | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+1
* | MDEV-8203 Assert in Query_log_event::do_apply_event()Monty2017-04-071-3/+29
|/
* 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