summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix various places where code would work incorrectly if the common_header_len...unknown2013-09-041-11/+24
* Fix embedded link error and uninitialised variable following previous push.unknown2013-08-231-2/+2
* MDEV-4488: When master is on the list of ignore_server_ids, GTID position on ...unknown2013-08-221-41/+104
* bMDEV-4906: When event apply fails, next SQL thread start errorneously commit...unknown2013-08-201-0/+9
* 5.5 mergeSergei Golubchik2013-07-171-15/+32
|\
| * mysql-5.5.32 mergeSergei Golubchik2013-07-161-14/+32
| |\
| | * BUG#16438800 - SLAVE_MAX_ALLOWED_PACKET NOT HONORED ON SLAVE IO CONNECTManish Kumar2013-03-251-14/+32
* | | MDEV-4686: Temporary variable for sub_id is 32-bit, should be 64-bitunknown2013-06-201-1/+1
* | | MDEV-4490: Old-style master position points at the last GTID event after slav...unknown2013-06-071-11/+13
* | | MDEV-4486: Allow to start old-style replication even if mysql.rpl_slave_state...unknown2013-06-071-2/+14
* | | MDEV-4483: CHANGE MASTER TO master_use_gtid=xxx looses old-style coordinates.unknown2013-06-071-2/+14
* | | 5.5 mergeSergei Golubchik2013-06-061-10/+6
|\ \ \ | |/ /
| * | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-10/+6
| * | 5.3 mergeSergei Golubchik2013-04-121-9/+10
| |\ \
| | * \ 5.2 mergeSergei Golubchik2013-04-111-9/+10
| | |\ \
| | | * \ 5.1 mergeSergei Golubchik2013-04-111-9/+10
| | | |\ \
| | | | * | MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-041-9/+10
| | * | | | 5.2 merge.Sergei Golubchik2012-08-221-9/+16
| | |\ \ \ \ | | | |/ / /
| | | * | | 5.1 mergeSergei Golubchik2012-08-221-9/+16
| | | |\ \ \ | | | | |/ /
| | | | * | merge with MySQL 5.1.65Sergei Golubchik2012-08-221-9/+16
| | | | |\ \
| | | | | * \ BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-06-121-6/+6
| | | | | |\ \
* | | | | | | | Fix two small problems in previous push.unknown2013-06-051-2/+2
* | | | | | | | MDEV-26: Global transaction ID.unknown2013-06-051-44/+246
* | | | | | | | MDEV-4605: Failing to load GTID slave position from rpl.gtid_slave_posunknown2013-06-031-0/+73
* | | | | | | | MDEV-4478: Implement GTID "strict mode"unknown2013-05-281-13/+46
* | | | | | | | MDEV-26: Global transaction ID.unknown2013-05-221-9/+16
* | | | | | | | MDEV-26: Global transaction ID.unknown2013-05-151-3/+79
* | | | | | | | Fixed: MDEV-4352; LOAD DATA was not multi-source safeMichael Widenius2013-05-031-1/+0
* | | | | | | | Changed the client library to only mark memory as THREAD_SPECIFIC if one has ...Michael Widenius2013-04-171-2/+8
* | | | | | | | Fixed compiler warnings and a not critical memory leakMichael Widenius2013-04-171-0/+1
* | | | | | | | Makeing rpl_filter for each Master_info.Lixun Peng2013-04-161-2/+4
* | | | | | | | MDEV-26: Global transaction ID. First alpha release.unknown2013-04-151-18/+219
|\ \ \ \ \ \ \ \
| * | | | | | | | MDEV-26: Global transaction ID.unknown2013-04-041-21/+15
| * | | | | | | | MDEV-26: Global transaction ID.unknown2013-03-211-0/+21
| * | | | | | | | MDEV-26: Global transaction ID.unknown2013-03-211-32/+29
| * | | | | | | | MDEV-26: Global Transaction IDunknown2013-02-221-1/+1
| * | | | | | | | MDEV-26: Global transaction IDunknown2013-02-211-2/+33
| * | | | | | | | MDEV-26: Global transaction ID, intermediate commit.unknown2013-02-191-17/+0
| * | | | | | | | MDEV-26: Global Transaction ID.unknown2013-02-151-0/+17
| * | | | | | | | MDEV-26: Global Transaction ID.unknown2013-02-151-1/+2
| * | | | | | | | MDEV-26: Global Transaction ID.unknown2013-02-151-11/+23
| * | | | | | | | MDEV-26: Global transaction ID.unknown2013-02-141-0/+54
| * | | | | | | | MDEV-26: Global transaction ID.unknown2013-01-251-1/+20
| * | | | | | | | MDEV-26. Intermediate commit.unknown2013-01-221-2/+4
| * | | | | | | | MDEV-26: Global transaction id: Intermediate commit.unknown2012-11-151-0/+36
| * | | | | | | | MDEV-26: Global transaction commit. Intermediate commit.unknown2012-11-051-0/+30
| * | | | | | | | MDEV-500: Session variable for server_idunknown2012-10-231-8/+12
* | | | | | | | | Fixed MDEV-4394 Sporadic failures in multi_source testsMichael Widenius2013-04-141-6/+29
* | | | | | | | | 5.5 mergeSergei Golubchik2013-03-271-0/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | Fix compile error when building with DBUG, but without DEBUG_SYNC.unknown2013-03-011-0/+6