summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAKSergei Golubchik2014-08-031-1/+2
* MDEV-6188: master_retry_count (ignored if disconnect happens on SET master_he...unknown2014-06-171-8/+28
* MDEV-5829: STOP SLAVE resets global status variablesMichael Widenius2014-03-141-0/+2
* MDEV-5703: [PATCH] Slave disconnects and fails to reconnect on Error_code: 1159unknown2014-03-041-0/+1
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
|\
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | Don't writing entries to slave log about binlog_checksum not existing on mast...Michael Widenius2014-01-051-4/+8
* | mysql-5.5.34 mergeSergei Golubchik2013-11-191-2/+4
|\ \ | |/
| * Bug#16865959 - PLEASE BACKPORT BUG 14749800.Praveenkumar Hulakund2013-07-241-2/+4
* | Merge 5.3 -> 5.5Alexander Barkov2013-10-211-0/+4
|\ \
| * \ Merge 5.2 -> 5.3Alexander Barkov2013-10-211-0/+4
| |\ \
| | * \ Merge 5.1 -> 5.2Alexander Barkov2013-10-211-0/+4
| | |\ \
| | | * | A clean-up for DEV-4890 Valgrind warnings on shutdown on a build with openSSLAlexander Barkov2013-10-211-0/+4
| | * | | Merge 5.1->5.2Alexander Barkov2013-10-161-0/+2
| | |\ \ \ | | | |/ /
* | | | | Merge 5.3->5.5Alexander Barkov2013-10-161-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 5.1 -> 5.3Alexander Barkov2013-10-161-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-4890 Valgrind warnings on shutdown on a build with openSSLAlexander Barkov2013-10-161-0/+2
* | | | | 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
* | | | | 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 compile error when building with DBUG, but without DEBUG_SYNC.unknown2013-03-011-0/+6
* | | | | | | MDEV-450: Deadlock between starting a slave and reading system variablesunknown2012-08-141-1/+2
* | | | | | | merge with MySQL 5.5.27Sergei Golubchik2012-08-091-6/+6
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-06-121-6/+6
| |\ \ \ \ \ \
| | * \ \ \ \ \ BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-05-301-6/+6
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | | * | | | BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-05-211-5/+6
| | |/ / / /
| | * | | | Bug#12636001 : deadlock from thd_security_contextGopal Shankar2012-05-171-2/+2
* | | | | | mysql-5.5 mergeSergei Golubchik2012-06-141-1/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-211-1/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-201-1/+8
* | | | | | 5.3 mergeSergei Golubchik2012-05-211-0/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | 5.2 mergeSergei Golubchik2012-05-201-10/+88
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | 5.1 mergeSergei Golubchik2012-05-181-10/+88
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | post-merge fixesSergei Golubchik2012-05-181-1/+5
| | | * | | merge with mysql-5.1.63Sergei Golubchik2012-05-171-9/+83
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | 5.3 mergeSergei Golubchik2012-05-041-3/+2
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Fixed some simple warnings on Windows.Vladislav Vaintroub2012-04-131-2/+2
* | | | | | mysql 5.5.23 mergeSergei Golubchik2012-04-101-9/+83
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | BUG#12400313Luis Soares2012-03-121-9/+83
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | BUG#12400313 RELAY_LOG_SPACE_LIMIT IS NOT WORKING IN MANY CASESLuis Soares2012-03-121-9/+83
* | | | | | debug_sync is now a service, available to dynamically loaded plugins.Sergei Golubchik2012-03-281-3/+3
* | | | | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-2/+2
|\ \ \ \ \ \ | |/ / / / /