summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-121-2/+27
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-07-081-2/+27
| |\
| | * 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 remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-3/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-261-5/+1
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fixed compiler warnings and warnings from build.tagsMonty2017-05-081-2/+1
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-1/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+1
|/ / /
* | | 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