summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing "DTCollation user_var_entry::collation", using a CHARSET_INFOAlexander Barkov2015-09-211-1/+1
* fix dbug tagsSergei Golubchik2015-09-041-4/+5
* MDEV-8264 encryption for binlogSergei Golubchik2015-09-041-73/+251
* cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache()Sergei Golubchik2015-09-041-242/+219
* cleanup: [partial] removal of llstr()Sergei Golubchik2015-09-041-12/+5
* cleanup DBUG, DBUG_DUMP_EVENT_BUFSergei Golubchik2015-09-041-18/+28
* cleanup: remove Slave_log_event (unused since 2002)Sergei Golubchik2015-09-041-156/+0
* cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-041-31/+25
* cleanup: commentsSergei Golubchik2015-09-041-30/+8
* cleanup: reformatSergei Golubchik2015-09-041-9/+3
* cleanup: Log_event::read_log_event()Sergei Golubchik2015-09-041-148/+88
* cleanup: my_checksumSergei Golubchik2015-09-041-2/+3
* Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-17/+33
|\
| * Merge MDEV-8302 into 10.0Kristian Nielsen2015-08-041-2/+0
| |\
| * | Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-19/+35
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-13/+26
* | | 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