summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-241-3/+3
* Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-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 branch '10.0' into 10.1Sergei Golubchik2017-08-081-3/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fixed compiler warningsMonty2017-08-071-0/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-3/+29
|\ \ \ \ | |/ / /
| * | | Fix for MDEV-9670 server_id mysteriously set to 0Andrei Elkin2017-07-021-3/+29
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-3/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-3/+2
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-04-211-1/+2
|\ \ \ \ | |/ / /
| * | | MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-101-1/+2
* | | | 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
| |\ \ \ \ \