summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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
* | | Wait for slave threads to start during startupMonty2017-03-161-6/+15
* | | 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
* | | 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
* | | MDEV-8345 STOP SLAVE should not cause an ERROR to be logged to the error logSergei Golubchik2016-10-261-2/+7
* | | 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
* | | 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-9595: Shutdown takes forever with many replication channelsKristian Nielsen2016-03-031-0/+1
* | | 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
* | | | 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
|\ \ \ \
| * | | | Change Seconds_behind_master to be updated only at commit in parallel replica...Kristian Nielsen2015-11-131-1/+6
* | | | | MDEV-8476 Race condition in slave SQL thread shutdownMonty2015-11-121-4/+14
|/ / / /
* | | | MDEV-4487 Allow replication from MySQL 5.6+ when GTID is enabled on the masterMonty2015-10-081-0/+6
|/ / /
* | | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-9/+1
|\ \ \ | |/ /
| * | Fixed warnings and errors found by buildbotMonty2015-07-251-9/+1
| * | CRLF->LFSergei Golubchik2015-06-021-2/+2
* | | Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-1/+1
* | | Merge MDEV-8294 into 10.0Kristian Nielsen2015-06-101-6/+19
|\ \ \
| * | | MDEV-8294: Inconsistent behavior of slave parallel threads at runtimeKristian Nielsen2015-06-101-6/+19
* | | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-3/+19
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-3/+19
| |\ \ \ | | | |/ | | |/|
| | * | Problem: IO thread fails to connect to master if servers are configured withVenkatesh Duggirala2015-01-141-2/+18