summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-10.0.33' into bb-10.0-galerabb-10.0-sachin-galeraSachin Setiya2017-11-031-1/+0
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+0
| |\
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-171-1/+0
| | |\
| | | * Bug#24763131 LOCAL-INFILE DEFAULT SHOULD BE DISABLEDVenkatesh Duggirala2017-08-231-1/+0
* | | | Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-091-6/+33
|\ \ \ \ | |/ / /
| * | | move the error message where it belongsSergei Golubchik2017-07-271-1/+1
| * | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-2/+3
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-2/+4
| | |\ \ | | | |/
| | | * Bug#24901077: RESET SLAVE ALL DOES NOT ALWAYS RESET SLAVESujatha Sivakumar2017-02-281-1/+3
| | | * Bug#23251517: SEMISYNC REPLICATION HANGINGSujatha Sivakumar2016-05-131-26/+12
| * | | Fix for MDEV-9670 server_id mysteriously set to 0Andrei Elkin2017-07-021-3/+29
* | | | Merge tag 'mariadb-10.0.31' into 10.0-galeraSachin Setiya2017-05-301-7/+6
|\ \ \ \ | |/ / /
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-3/+2
| * | | MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-151-3/+2
| * | | MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-101-1/+2
* | | | Merge branch '10.0' into bb-10.0-galeraSachin Setiya2017-03-201-6/+15
|\ \ \ \ | |/ / /
| * | | Wait for slave threads to start during startupMonty2017-03-161-6/+15
* | | | Merge tag 'mariadb-10.0.30' into bb-sachin-10.0-galera-mergeSachin Setiya2017-03-171-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 tag 'mariadb-10.0.29' into 10.0-galeraNirbhay Choubey2017-01-131-21/+33
|\ \ \ \ | |/ / /
| * | | MDEV-10271: Stopped SQL slave thread doesn't print a message to error log lik...Kristian Nielsen2017-01-061-11/+4
| * | | 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
| * | | MDEV-10863: parallel replication tries to continue from wrong positionKristian Nielsen2016-11-041-1/+16
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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 tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-241-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
* | | | 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
|\ \ \ \ | |/ / /
| * | | MDEV-9595: Shutdown takes forever with many replication channelsKristian Nielsen2016-03-031-0/+1
* | | | Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-20/+11
|\ \ \ \ | |/ / /
| * | | Merge branch 'tmp' into tmp-10.0Kristian Nielsen2016-01-151-9/+1
| |\ \ \
| | * | | Fix error handling for GTID and domain-based parallel replicationKristian 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 tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-14/+29
|\ \ \ \ \ | |/ / / /
| * | | | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-9/+9