summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-141-0/+7
* | | | | | Use sql_mode_t for sql_mode.Monty2016-10-051-6/+7
* | | | | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-211-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-09-021-1/+0
| | |/ / / /
* | | | | | name clash with gnutls on on base64_encodeSergei Golubchik2016-09-121-2/+2
* | | | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-251-1/+1
|/ / / / /
* | | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-1/+1
* | | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-1/+1
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-9/+54
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-9/+54
| |\ \ \ \ | | |/ / /
| | * | | MDEV-8638: REVOKE ALL PRIVILEGES, GRANT OPTION FROM CURRENT_ROLE breaks repli...Vicențiu Ciorbaru2016-06-221-2/+17
| | * | | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-7/+37
| | |\ \ \ | | | |_|/ | | |/| |