summaryrefslogtreecommitdiff
path: root/sql/log_event.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| / | |/
* | merge: 5.1 -> 5.1-rplLuis Soares2009-01-231-13/+22
|\ \
| * | BUG#41924: high-level replication functions are not commentedSven Sandberg2009-01-091-12/+10
| * | BUG#41961: Some log_event types do not skip post-header when readingSven Sandberg2009-01-091-0/+8
| * | BUG#40482: server/mysqlbinlog crashes when reading invalid Incident_log_eventSven Sandberg2008-12-291-1/+4
* | | Auto MergeHe Zhenxing2008-09-291-0/+31
|\ \ \ | |/ /
| * | Merging 5.1 into 5.1-rpl-mergeMats Kindahl2008-08-271-0/+31
| |\ \
| | * | Additional fix for bug#31455 (rpl decoder)Alexander Barkov2008-08-211-0/+1
| | * | Bug#31455 mysqlbinlog don't print user readable info about RBR events Alexander Barkov2008-08-201-0/+30
| * | | Cherry picking patch for BUG#37051He Zhenxing2008-08-261-6/+35
| |/ /
* | | BUG#38734 rpl_server_id2 sync_with_master failedHe Zhenxing2008-09-281-9/+25
* | | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2008-07-311-6/+35
|/ /
* | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-bugteamunknown2008-03-281-25/+0
|\ \
| * | BUG#29020 (Event results not correctly replicated to slave in RBR):unknown2008-03-281-25/+0
* | | BUG#31168: @@hostname does not replicateunknown2008-03-071-22/+7
|/ /
* | WL#4078: Document binary format of binlog entriesunknown2008-02-201-20/+26
* | WL#4078: Document binary format of binlog entriesunknown2008-02-071-123/+490
* | Merge riska.(none):/home/sven/bktip/5.1-new-rplunknown2008-02-041-6/+6
|\ \
| * | BUG#34141: mysqlbinlog cannot read 4.1 binlogs containing load data infileunknown2008-01-301-6/+6
* | | Merge mysql1000.(none):/mnt/nb/home/elkin/MySQL/TEAM/FIXES/5.1/bug32971-error...unknown2008-01-311-0/+2
|\ \ \
| * | | Bug #32971 No user level error message from slave sql thread when ER_NO_DEFAU...unknown2008-01-311-0/+2
* | | | Post-merge changes.unknown2008-01-301-5/+5
| |/ / |/| |
* | | BUG#27779: Slave cannot read old rows log events.unknown2008-01-101-1/+5
|/ /
* | BUG#32407: Impossible to do point-in-time recovery from older binlogunknown2007-12-141-3/+26
* | Bug#31552 Replication breaks when deleting rows from out-of-sync tableunknown2007-12-121-0/+6
* | Merge koti.dsl.inet.fi:/home/elkin/MySQL/TEAM/FIXES/5.0/bug27571_asyn_killed_...unknown2007-10-301-4/+6
|\ \ | |/