summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a type mismatch introduced by the merge commit e0a1c745ec3ed1ec6c0375a2a6...Marko Mäkelä2017-10-301-1/+1
* Fix a warning on Win64Vladislav Vaintroub2017-10-241-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-16/+1
|\
| * Various compier warningsSergei Golubchik2017-10-221-2/+2
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-15/+0
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-15/+0
| | |\
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-15/+0
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-10/+10
* | | | cppcheck harmless warningsSergei Golubchik2017-10-041-1/+1
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-18/+18
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-9/+9
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-14/+7
|\ \ \ \ | |/ / /
| * | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-14/+7
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-2/+4
|\ \ \ \ | |/ / /
| * | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-2/+4
* | | | MDEV-12067 flashback does not correcly revert update/replace statementsbb-10.2-MDEV-12067Lixun Peng2017-07-031-12/+15
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2017-05-261-1/+0
| |\ \ \
| | * \ \ Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-mergeSachin Setiya2017-03-171-7/+11
| | |\ \ \ | | | |/ /
| | * | | Fix wsrep_affected_rows.Sachin Setiya2017-03-161-0/+4
| | * | | Merge tag 'mariadb-10.0.29' into 10.0-galeraNirbhay Choubey2017-01-131-1/+1
| | |\ \ \
| | * \ \ \ Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-241-9/+54
| | |\ \ \ \
| | * \ \ \ \ Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-291-4/+7
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge 10.1 into 10.2Marko Mäkelä2017-04-281-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix build on windowsSachin Setiya2017-04-061-1/+2
| * | | | | | | MW-313 Enforce wsrep_max_ws_rows also when binlog is enabledSachin Setiya2017-04-061-0/+4
* | | | | | | | ASAN error in rpl.mysql-wsrep#110-2Sergei Golubchik2017-04-071-0/+1
* | | | | | | | ASAN errors in many rpl testsSergei Golubchik2017-04-071-3/+4
* | | | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-8/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | base64 serviceSergei Golubchik2017-03-101-1/+0
| * | | | | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-7/+10
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Added error checking for all calls to flush_relay_log_info() and stmt_done()Monty2017-02-281-7/+10
* | | | | | | | Whitespace correction to avoid compile warningDaniel Black2017-03-081-2/+2
* | | | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Revert "MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the...Sachin Setiya2017-01-251-63/+20
| * | | | | | | MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the name of...Sachin Setiya2017-01-231-20/+63
| * | | | | | | Merge branch '10.0' into 10.1Kristian Nielsen2017-01-171-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-11811: dual master with parallel replication memory leak in write masterKristian Nielsen2017-01-171-0/+1
| | | |_|_|/ / | | |/| | | |
| | * | | | | Back-port Master_info::using_parallel() to 10.0.Kristian Nielsen2016-11-151-1/+1
| | | |_|/ / | | |/| | |
* | | | | | [MDEV-10570] Add Flashback supportMonty2017-01-201-41/+377
* | | | | | Fixed issues found by buildbotMonty2017-01-111-4/+4
* | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-2/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-11319 mysqlbinlog crashes or fails with out of memory while reading some...Sergei Golubchik2016-12-061-2/+11
* | | | | | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-121-3/+1
* | | | | | two fix:vinchen2016-10-291-16/+88
* | | | | | MDEV-11065: Compressed binary logKristian Nielsen2016-10-201-156/+196
* | | | | | optimize the memory allocation for compressed binlog eventvinchen2016-10-191-41/+75
* | | | | | Binlog compressedvinchen2016-10-191-11/+539
* | | | | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-2/+9
|\ \ \ \ \ \
| * | | | | | MDEV-7145: Delayed replication, cleanup some codeKristian Nielsen2016-10-141-4/+4