summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* Use microsecond_interval_timer() instead of my_time() in replicaitonMonty2017-08-241-5/+4
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-07-071-14/+19
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-14/+19
| |\
| | * 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
* | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-07-031-7/+11
|\ \ \ \
| * | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-7/+11
* | | | | Remove XtraDBMarko Mäkelä2017-06-211-37/+0
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| | | |\ \ \ \ \
* | | | | | | | | Make SEQUENCE working with replicationMonty2017-05-231-1/+30
* | | | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 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
* | | | | | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-20/+19
* | | | | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-131-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | ASAN error in rpl.mysql-wsrep#110-2Sergei Golubchik2017-04-071-0/+1
| * | | | | | | | ASAN errors in many rpl testsSergei Golubchik2017-04-071-3/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-4/+14
* | | | | | | | MDEV-8203 Assert in Query_log_event::do_apply_event()Monty2017-04-071-1/+1
|/ / / / / / /
* | | | | | | 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
|\ \ \ \ \