summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Stage 2 of MDEV-6152:Monty2015-08-211-13/+14
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-13/+14
* Merge MDEV-8302 into 10.1Kristian Nielsen2015-08-041-2/+0
|\
| * MDEV-8302: Duplicate key with parallel replicationKristian Nielsen2015-08-041-2/+0
* | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-1/+0
* | Merge branch '10.1' of github.com:MariaDB/server into 10.1Monty2015-07-091-31/+51
|\ \
| * | [MDEV-6877] Change replication event loop to account for empty events10.1-MDEV-6877-binlog_row_imageVicențiu Ciorbaru2015-06-301-8/+13
| * | [MDEV-6877] Fixed Assertion Error, when receiving an empty eventVicențiu Ciorbaru2015-06-301-1/+13
| * | [MDEV-6877] Fixed Update_rows_log_event to correctly apply update log eventsVicențiu Ciorbaru2015-06-301-4/+17
| * | [MDEV-6877] Update Update, Delete and Write row log eventVicențiu Ciorbaru2015-06-301-18/+8
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-16/+17
|/ /
* | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-0/+6
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-0/+6
| |\
| | * MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)#Alexander Barkov2015-06-041-0/+6
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-1/+1
* | | misc IO_CACHE cleanupsSergei Golubchik2015-06-021-20/+20
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-29/+14
|\ \ \ | |/ /
| * | perfschema 5.6.24Sergei Golubchik2015-05-051-5/+11
| * | MDEV-5114 seconds_behind_master flips to 0 & spikes back, when running show s...Sergei Golubchik2015-05-031-24/+3
* | | MDEV-8001 - mysql_reset_thd_for_next_command() takes 0.04% in OLTP ROSergey Vojtovich2015-05-131-8/+8
* | | MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o...Kristian Nielsen2015-04-081-1/+2
* | | Merge MDEV-7198: status variable for Slave_skipped_errorsKristian Nielsen2015-03-161-2/+6
|\ \ \
| * | | Add Slave_skipped_errors to global statusDaniel Black2015-03-121-2/+6
| |/ /
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-6/+3
* | | MDEV-7006 MDEV-7007: SET STATEMENT and slow logOleksandr Byelkin2015-03-121-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-5/+9
|\ \ \ | |/ /
| * | MDEV-6703 Add "mysqlbinlog --binlog-row-event-max-size" supportSergei Golubchik2015-02-241-5/+9
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2015-02-071-5/+5
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-4/+12
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2015-01-211-4/+12
| |\ \ | | |/
| | * mysql-5.5.41 mergeSergei Golubchik2014-12-191-4/+13
| | |\
| | | * Bug #18808072 MYSQLBINLOG USES LOCALTIME() TO PRINT EVENTS, CAUSES KERNEL MUT...Venkatesh Duggirala2014-10-081-5/+0
| | | * Bug#19145698: READ OUT OF BOUNDS ISSUESujatha Sivakumar2014-10-081-8/+13
| | | * Bug#19145712 USER AFTER FREE / DOUBLE FREE ISSUEVenkatesh Duggirala2014-08-281-0/+4
| | * | MDEV-6528 review debian patches for mysqlSergei Golubchik2014-10-021-1/+1
* | | | Using Schema_specification_st instead of HA_CREATE_INFO in a few placesAlexander Barkov2014-12-101-1/+1
* | | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-3/+4
* | | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-8/+48
* | | | MDEV-6979 simplify trigger rules for RBR triggersSergei Golubchik2014-12-041-23/+16
* | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-31/+14
|\ \ \ \ | |/ / /
| * | | fix failing rpl.rpl_user_variablesSergei Golubchik2014-10-051-1/+1
| * | | cleanup: an outbreak of templatonia cured.Sergei Golubchik2014-09-301-28/+9
| * | | BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PRO...Sergei Golubchik2014-09-301-1/+4
| * | | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-2/+1
* | | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-70/+141
|\ \ \ \ | |/ / /
| * | | Fixed compiler warningsMichael Widenius2014-09-121-2/+3
| * | | MDEV-6549, failing to update gtid_slave_pos for a transaction that was retried.Kristian Nielsen2014-08-131-19/+22
| * | | 5.5.39 mergeSergei Golubchik2014-08-071-3/+3
| |\ \ \ | | |/ /
| | * | mysql-5.5.39 mergeSergei Golubchik2014-08-021-3/+3
| | |\ \ | | | |/
| | | * Bug#18432495:RBR REPLICATION SLAVE CRASHES WHEN DELETESujatha Sivakumar2014-06-161-0/+1