summaryrefslogtreecommitdiff
path: root/sql/rpl_utility.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | MDEV-4506: Parallel replication: Intermediate commitunknown2013-07-121-4/+3
| | * | | MDEV-4506: Parallel replication: Intermediate commit.unknown2013-06-281-2/+3
* | | | | 10.0-base merge.Sergei Golubchik2013-09-211-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fixed MySQL bug #69861 LAST_INSERT_ID is replicated incorrectly if replicatio...Michael Widenius2013-08-271-2/+2
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-3/+3
|\ \ \ \
| * | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* | | | | Adding support for MySQL-5.6 temporal column types:Alexander Barkov2013-07-101-2/+42
| |/ / / |/| | |
* | | | 5.5 mergeSergei Golubchik2013-06-061-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Bug#16056813-MEMORY LEAK ON FILTERED SLAVEVenkatesh Duggirala2013-01-261-0/+1
* | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-2/+3
* | | | 5.5 mergeSergei Golubchik2013-03-271-2/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-2/+7
| |\ \ | | |/
| | * BUG#15888454: SLAVE CRASHES WHEN DML REQUIRES CONVERSION & TABLE HAS Venkatesh Duggirala2012-11-291-2/+7
* | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+1
|/ /
* | 5.3 mergeSergei Golubchik2012-08-271-5/+2
|\ \
| * \ 5.2 merge.Sergei Golubchik2012-08-221-1/+60
| |\ \
| | * \ merge with MySQL 5.1.65Sergei Golubchik2012-08-221-0/+61
| | |\ \
* | | | | Fix memory leak introduced with merge of mysql 5.5.unknown2012-06-201-0/+1
* | | | | mysql-5.5 mergeSergei Golubchik2012-06-141-0/+66
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-0/+63
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-0/+61
* | | | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\ \ \ | | | | |/ | | | |/|
* | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |/ | | |/|
* | | | merge with 5.3Sergei Golubchik2011-10-191-1/+56
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge with 5.1-microsecondsMichael Widenius2011-05-281-1/+1
| |\ \
| | * | db_low_byte_first is goneSergei Golubchik2011-05-201-1/+1
| | |/
| * | Fixed compiler warningsMichael Widenius2011-05-081-1/+1
| * | Backport MySQL WL#2540 into MariaDB.unknown2011-05-031-0/+61
| |/
* | 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
* | | Post-merge fix: restore promotion to unsigned long long side-effect of bit_is...Davi Arnaut2010-07-031-4/+6
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-2/+2
|\ \ \ | |/ / |/| / | |/
| * BUG#49618: Field length stored incorrectly in binary logMats Kindahl2010-03-171-1/+1
* | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+2
* | Fix for BUG#51716 and BUG#51787.Luis Soares2010-03-101-8/+8
* | Merging with mysql-5.1-rep+2-delivery1Mats Kindahl2010-01-131-0/+6
|\ \
| * | WL#5151: Conversion between different types whenMats Kindahl2010-01-131-4/+17
* | | Fix for rpl_bug31076 valgrind failure which popped up afterLuis Soares2010-01-071-1/+8
* | | Valgrind warnings that have poped up ever since WL#5151 was pushed.Luis Soares2009-12-241-1/+1
* | | BUG#49836: Replication of geometric fields is broken after WL#5151Luis Soares2009-12-241-0/+1
* | | PB2 was showing some valgrind warnings after WL#5151 was pushed.Luis Soares2009-12-221-2/+2
|/ /
* | WL#5151: Conversion between different types when replicatingMats Kindahl2009-12-161-11/+9
* | BUG#49618: Field length stored incorrectly in binary logMats Kindahl2009-12-151-5/+11