summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-05-221-3/+2
|\
| * 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
* | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-091-18/+1
* | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLGeorg Richter2017-05-091-0/+13
* | | Merge 10.1 into 10.2Marko Mäkelä2017-04-281-1/+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.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