summaryrefslogtreecommitdiff
path: root/sql/sql_binlog.cc
Commit message (Expand)AuthorAgeFilesLines
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-1/+1
|\
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | mysql-5.5.31 mergeSergei Golubchik2013-05-071-1/+1
|\ \ | |/
| * Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-1/+1
* | compilation warning: unused variableSergei Golubchik2012-03-051-2/+2
* | Merge MWL#234: @@skip_replication feature to MariaDB 5.5.unknown2012-03-011-0/+11
|\ \
| * | MWL#234: After-review fixes, including better names for the new system variab...unknown2011-08-121-7/+7
| * | MWL#234: Support for marking binlog events to not be replicated, and for tell...unknown2011-08-111-0/+9
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\ \ \
| * \ \ Merge with 5.2.Michael Widenius2011-12-111-3/+5
| |\ \ \
| | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-3/+5
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Updated/added copyright headersKent Boortz2011-07-031-2/+2
| | | |\ \
| | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-2/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Backport MySQL WL#2540 into MariaDB.unknown2011-05-031-1/+2
| * | | | | Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl.unknown2011-04-011-0/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-0/+8
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | Merge Percona patch MWL#47 into mariadb 5.2-percona.unknown2011-01-101-1/+1
| |/ / / /
* | | | | 5.5-mergeSergei Golubchik2011-07-021-2/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge from 5.1.Guilhem Bichot2011-05-211-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-2/+2
| | | |/ | | |/|
| * | | Manual mergeunknown2010-11-281-0/+8
| |\ \ \ | | |/ /
| | * | BUG#54903 BINLOG statement toggles session variablesunknown2010-11-281-0/+8
* | | | merge.Sergei Golubchik2010-11-251-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-17/+12
| |\ \ | | |/
| * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-24/+27
| |\ \
| * | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-3/+3
* | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-1/+1
|\ \ \ \
| * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
* | | | | 5.1-bugteam->trunk-merge mergeSergey Glukhov2010-06-211-17/+12
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fix for bug #54393: crash and/or valgrind errors inRamil Kalimullin2010-06-181-17/+12
| | |/ | |/|
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+12
* | | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-1/+1
* | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-1/+1
|\ \ \ | |/ / |/| |
| * | BUG#40337 Fsyncing master and relay log to disk after every event is too slowAlfranio Correia2009-09-291-1/+1
| |/
* | Bug#46640: output from mysqlbinlog command in 5.1 breaks replicationunknown2009-10-141-24/+27
|/
* BUG#41924: high-level replication functions are not commentedSven Sandberg2009-01-091-1/+4
* BUG#38290 valgrind warnings in binlog_base64_flagHe Zhenxing2008-08-141-0/+1
* Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-1/+1
* Various fixes to fix memory leaks after merging replicationunknown2008-02-121-0/+1
* Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1unknown2008-02-071-0/+3
|\
| * Patch to eliminate some valgrind warnings in debug printout code.unknown2008-02-061-0/+3
* | Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rplunknown2008-02-051-4/+3
|\ \ | |/ |/|
| * BUG#34141: mysqlbinlog cannot read 4.1 binlogs containing load data infileunknown2008-01-301-4/+3
* | Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rplunknown2007-12-191-17/+57
|\ \ | |/
| * BUG#32407: Impossible to do point-in-time recovery from older binlogunknown2007-12-141-17/+57
* | Bug#12713 "Error in a stored function called from a SELECT doesn't unknown2007-12-121-16/+0
|/
* Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1unknown2007-11-081-0/+3
|\