summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-7/+16
|\
| * Wait for slave threads to start during startupMonty2017-03-161-6/+15
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-61/+76
|\ \ | |/
| * Add protection to not access is_open() without LOCK_log mutexMonty2017-02-281-0/+4
| * Don't allow one to kill START SLAVE while the slaves IO_THREAD or SQL_THREADMonty2017-02-281-8/+10
| * Added error checking for all calls to flush_relay_log_info() and stmt_done()Monty2017-02-281-2/+12
| * Added a separate lock for start/stop/reset slave.Monty2017-02-281-15/+7
| * MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-36/+43
* | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-11/+4
|\ \ | |/
| * MDEV-10271: Stopped SQL slave thread doesn't print a message to error log lik...Kristian Nielsen2017-01-061-11/+4
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+7
|\ \ | |/
| * Fix incorrect reading of events from relaylog in parallel replication.Kristian Nielsen2016-11-161-0/+7
| * Back-port Master_info::using_parallel() to 10.0.Kristian Nielsen2016-11-151-12/+9
* | Merge branch 'mdev10863' into 10.1Kristian Nielsen2016-11-151-1/+15
|\ \ | |/
| * MDEV-10863: parallel replication tries to continue from wrong positionKristian Nielsen2016-11-041-1/+16
* | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-2/+7
|\ \
| * \ Merge tag 'mariadb-10.0.28' into 10.0-galeraNirbhay Choubey2016-10-281-2/+7
| |\ \ | | |/
| | * MDEV-8345 STOP SLAVE should not cause an ERROR to be logged to the error logSergei Golubchik2016-10-261-2/+7
| * | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-08-241-2/+3
| |\ \ | | |/
* | | Remove unnecessary global mutex in parallel replication.Kristian Nielsen2016-10-141-38/+92
* | | Parallel replication async deadlock killKristian Nielsen2016-09-081-21/+120
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-2/+3
|\ \ \ | | |/ | |/|
| * | MDEV-10563 Crash during shutdown in Master_info_index::any_slave_sql_runningVicențiu Ciorbaru2016-08-231-0/+1
| * | Cleanups and minor fixesMonty2016-08-211-1/+1
| * | MDEV-10455: libmariadbclient18 + MySQL-python leaks memory on failed connectionsOleksandr Byelkin2016-08-111-1/+1
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-06-281-0/+4
|\ \ \ | | |/ | |/|
| * | Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-241-4/+7
| |\ \ | | |/
| * | MDEV-9083: Slave IO thread does not handle autoreconnect to restarting Galera...Nirbhay Choubey2016-06-121-0/+4
| * | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-291-0/+1
| |\ \
| * \ \ Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-20/+11
| |\ \ \
| * \ \ \ Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-14/+29
| |\ \ \ \
* | \ \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-4/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fixed for failures in buildbot: ReplicationSergei Golubchik2016-06-221-2/+5
| * | | | | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-2/+2
| | |\ \ \ \
| | | * | | | Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-161-26/+12
| | | * | | | Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-011-13/+27
* | | | | | | Removed some not needed when doing delete thd, which caused warnings aboutMonty2016-04-281-3/+2
* | | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-9595: Shutdown takes forever with many replication channelsKristian Nielsen2016-03-031-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-213/+212
* | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-11/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'tmp' into tmp-10.0Kristian Nielsen2016-01-151-9/+1
| |\ \ \ \ \
| * | | | | | Fixed bug in semi_sync replication tests.Monty2016-01-031-4/+4
| * | | | | | Cleanup of slave code:Monty2016-01-031-7/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tmp' into tmp-10.1Kristian Nielsen2016-01-151-9/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix error handling for GTID and domain-based parallel replicationKristian Nielsen2016-01-151-9/+1
* | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-9/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-9/+9
| * | | | | Merge branch 'mdev7818-4' into bb-10.0-knielsenKristian Nielsen2015-11-131-1/+6
| |\ \ \ \ \