summaryrefslogtreecommitdiff
path: root/sql/log_event.h
Commit message (Expand)AuthorAgeFilesLines
* Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
|\
| * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-6/+3
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-6/+3
| |\ \ \ | | |/ /
| | * | Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.ccunknown2010-12-211-6/+3
* | | | merge with 5.1Michael Widenius2010-11-301-3/+5
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-3/+5
| |\ \ \ | | |/ /
| | * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-2/+2
| | * | BUG#38718: slave sql thread crashes when reading relay logLuis Soares2010-10-061-1/+3
* | | | merge with 5.1Sergei Golubchik2010-09-111-2/+7
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-2/+7
| |\ \ \ | | |/ /
| | * | The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-1/+6
* | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-3/+3
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-3/+3
| |\ \ \ | | |/ /
| | * | Revert Bug#48321 due to build breakage and failing tests.Davi Arnaut2010-06-281-6/+1
| | * | The following statements support the CURRENT_USER() where a user is needed.unknown2010-06-271-1/+6
| | * | Bug#53189 Table map version unused and can be removedHe Zhenxing2010-05-081-3/+3
* | | | merge 5.1->5.2Sergei Golubchik2010-06-011-6/+26
|\ \ \ \ | |/ / /
| * | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-6/+26
| |\ \ \ | | |/ /
| | * | Bug #50407 mysqlbinlog --database=X produces bad output for SAVEPOINTsunknown2010-03-281-0/+22
| | * | Merging with mysql-5.1-bugteamMats Kindahl2010-03-171-6/+4
| | |\ \
| | | * | BUG#49618: Field length stored incorrectly in binary logMats Kindahl2010-03-171-6/+4
* | | | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-1/+1
* | | | | mergedSergei Golubchik2010-03-151-2/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-2/+17
| |\ \ \ \ | | |/ / /
| | * | | bug#47142Andrei Elkin2010-01-271-1/+16
| | |\ \ \
| | | * | | bug#47142Andrei Elkin2010-01-271-1/+2
| | | * | | Bug #47142 "slave start until" stops 1 event too late in 4.1 to 5.0 replicationAndrei Elkin2010-01-251-1/+14
| | | | |/ | | | |/|
| | | * | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-1/+5
| | | * | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2009-03-051-6/+16
| | * | | Bug #34628 LOAD DATA CONCURRENT INFILE drops CONCURRENT in binary logunknown2009-12-151-1/+1
* | | | | merge 5.1->5.2unknown2010-02-011-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-2/+6
| |\ \ \ \ | | |/ / /
| | * | | BUG#48091 valgrind errors when slave has double not null and master has doubl...Alfranio Correia2009-10-221-2/+6
| | | |/ | | |/|
* | | | merge 5.1-> 5.2unknown2009-12-081-3/+3
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-3/+3
| |\ \ \ | | |/ /
| | * | Bug#43746: YACC return wrong query string when parse 'load data infile' sql s...Tatiana A. Nurnberg2009-09-281-3/+3
* | | | MWL#36: Add a mysqlbinlog option to change the used databaseSergey Petrunya2009-10-241-2/+14
* | | | MWL#36: Add a mysqlbinlog option to change the used database.Alexander Ivanov2009-10-161-0/+2
|/ / /
* | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-4/+3
|\ \ \ | |/ /
| * | merge: 5.1-bt bug branch --> 5.1-bt latestLuis Soares2009-06-301-0/+1
| |\ \
| | * | BUG#42941: --database paramater to mysqlbinlog fails with RBRLuis Soares2009-06-071-0/+1
| * | | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-4/+2
| |/ /
* | | Merge of Percona XtraDB into MariaDB.unknown2009-06-111-0/+4
|\ \ \ | |/ / |/| |
| * | Merge latest XtraDB from lp:percona-xtradb into MariaDB.unknown2009-06-111-0/+4
* | | auto-mergeIgnacio Galarza2009-03-171-0/+2
|\ \ \
| * | | BUG#38174 secure-file-priv breaks LOAD DATA INFILE replication in statement modeAlfranio Correia2009-02-211-0/+2
| |/ /
* | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-2/+2
|\ \ \ | |/ / |/| / | |/