summaryrefslogtreecommitdiff
path: root/sql/rpl_record.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
|\
| * MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0Sergei Golubchik2016-03-211-2/+2
* | table->write_set was changed if binary logging was used, which caused theMonty2015-11-101-3/+2
* | Merge branch '10.1' of github.com:MariaDB/server into 10.1Monty2015-07-091-0/+10
|\ \
| * | [MDEV-6877] Change replication event loop to account for empty events10.1-MDEV-6877-binlog_row_imageVicențiu Ciorbaru2015-06-301-0/+10
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+8
|/ /
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ | |/
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-0/+1
|\ \ | |/
| * MDEV-6120: When slave stops with error, error message should indicate the fai...Kristian Nielsen2014-07-071-0/+1
* | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-2/+0
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-2/+19
|/
* 10.0-base mergeSergei Golubchik2014-02-261-10/+13
|\
| * 5.5 mergeSergei Golubchik2014-02-251-10/+13
| |\
| | * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-10/+13
| | |\
| | | * Bug#17632978 SLAVE CRASHES IF ROW EVENT IS CORRUPTEDVenkatesh Duggirala2013-12-171-5/+22
* | | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-5/+5
|\ \ \ \ | |/ / /
| * | | MDEV-4506: parallel replication.unknown2013-09-161-5/+5
| |/ /
* | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-2/+2
* | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
|/ /
* | Split ER_NO_SUCH_TABLE into ER_NO_SUCH_TABLE and ER_NO_SUCH_TABLE_IN_ENGINE t...Michael Widenius2012-08-281-1/+1
* | Merge from 5.3unknown2012-08-241-1/+1
|\ \
* \ \ Merge 5.3->5.5Igor Babaev2012-03-171-5/+13
|\ \ \ | |/ /
| * | Fixed bug lp:917689 "Archive table corruption crashing MariaDB signal 11"Michael Widenius2012-03-131-7/+13
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+3
|\ \ \ | |/ /
| * | Merge with 5.2.Michael Widenius2011-12-111-2/+5
| |\ \
| | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+5
| | |\ \
* | | \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | merge with 5.3Sergei Golubchik2011-10-191-3/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | db_low_byte_first is goneSergei Golubchik2011-05-201-2/+2
| * | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-44/+11
| |\ \ \ | | | |/ | | |/|
| * | | Merge of innodb_plugin for MySQL 5.1.53 with xtradbMichael Widenius2010-11-251-1/+1
| | |/ | |/|
* | | Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.ccunknown2010-12-211-43/+10
|\ \ \ | | |/ | |/|
| * | Bug #56662 Assertion failed: next_insert_id == 0, file .\handler.ccunknown2010-12-211-43/+10
| |/
| * Fix for compiler warnings:Davi Arnaut2010-01-281-1/+0
* | Bug #52131: SET and ENUM stored endian-dependent in binary logMats Kindahl2010-10-061-4/+6
* | Add a maintainer target to the warning-mode of the build scripts.Davi Arnaut2010-07-241-1/+2
* | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+2
* | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-0/+16
|\ \ | |/
| * automerge: mysql-5.1-bugteam branch --> mysql-5.1-bugteam latestLuis Soares2010-01-261-0/+16
| |\
| | * BUG#49481: RBR: MyISAM and bit fields may cause slave to stop on delete: Luis Soares2010-01-211-0/+11
| |/
| * BUG#48091 valgrind errors when slave has double not null and master has doubl...Alfranio Correia2009-10-221-9/+47
| * BUG#48091 valgrind errors when slave has double not null and master has doubl...Alfranio Correia2009-10-221-10/+24
* | Merging with mysql-5.1-rep+2-delivery1Mats Kindahl2010-01-131-1/+2
|\ \
| * | Replacing error variable that was lost.Mats Kindahl2010-01-131-1/+2
* | | Merging with mysql-5.1-rep+2-delivery1Mats Kindahl2010-01-131-14/+26
|\ \ \ | |/ /
| * | WL#5151: Conversion between different types whenMats Kindahl2010-01-131-17/+29