summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-68/+92
|\
| * 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
* | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-3/+29
|\ \ \ | |/ /
| * | 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
| | |\ \ | | | |/
* | | | fix build and some warningskevg2016-11-241-5/+3
* | | | MDEV-11065: Compressed binary log. Merge code into current 10.2.Kristian Nielsen2016-11-031-12/+66
|\ \ \ \
| * | | | two fix:vinchen2016-10-291-2/+2
| * | | | MDEV-11065: Compressed binary logKristian Nielsen2016-10-201-5/+9
| * | | | optimize the memory allocation for compressed binlog eventvinchen2016-10-191-8/+15
| * | | | Binlog compressedvinchen2016-10-191-12/+55
* | | | | fix the ABI and stop slave hang problemvinchen2016-10-211-14/+26
* | | | | fix code style..vinchen2016-10-191-5/+7
* | | | | fix the code style for read_binlog_speed_limitvinchen2016-10-191-9/+9
* | | | | Control the binlog read speed for compressed protocolvinchen2016-10-191-7/+10
* | | | | Control the Maximum speed(KB/s) to read binlog from mastervinchen2016-10-191-1/+30
|/ / / /
* | | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-109/+225
|\ \ \ \
| * | | | MDEV-7145: Delayed slave.Kristian Nielsen2016-10-141-1/+2
| * | | | BUG#56442: Slave executes delayed statements when STOP SLAVE is issuedKristian Nielsen2016-10-141-8/+12
| * | | | MDEV-7145: Delayed replication, cleanup some codeKristian Nielsen2016-10-141-85/+3
| * | | | MDEV-7145: Delayed replication, fixing test failures.Kristian Nielsen2016-10-141-3/+3
| * | | | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-141-53/+192
| |/ / /
| * | | Remove unnecessary global mutex in parallel replication.Kristian Nielsen2016-10-141-38/+92
* | | | post-merge fixes for ec47beaSergei Golubchik2016-09-121-0/+1
* | | | Merge parallel replication async deadlock kill into 10.2.Kristian Nielsen2016-09-091-23/+122
|\ \ \ \ | |/ / /
| * | | Parallel replication async deadlock killKristian Nielsen2016-09-081-21/+120
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | | Better SHOW PROCESSLIST for replicationMonty2016-08-291-0/+2
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-6/+14