summaryrefslogtreecommitdiff
path: root/sql/rpl_mi.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-4/+53
|\
| * Merge 10.1 into 10.2Marko Mäkelä2017-06-081-1/+50
| |\
| | * MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slaveSachin Setiya2017-06-051-1/+50
| * | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-3/+3
| |\ \ | | |/
| | * Merge 10.0 into 10.1Marko Mäkelä2017-05-201-3/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-3/+3
| | | |\
| | | | * MDEV-12799 Buffer overflowSergei Golubchik2017-05-151-3/+3
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-19/+18
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-114/+328
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-10/+20
| |\ \ \ | | |/ /
| | * | Wait for slave threads to start during startupMonty2017-03-161-10/+20
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-104/+308
| |\ \ \ | | |/ /
| | * | Fixed missing DBUG_RETURNSergey Vojtovich2017-03-011-1/+1
| | * | Fixed wrong arguments to sql_print_error()Monty2017-02-281-0/+2
| | * | Added a separate lock for start/stop/reset slave.Monty2017-02-281-17/+44
| | * | MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-100/+275
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | | MDEV-7145: Delayed replication, cleanup some codeKristian Nielsen2016-10-141-1/+1
* | | | MDEV-7145: Delayed replication, intermediate commit.Kristian Nielsen2016-10-141-1/+1
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-6/+1
|\ \ \ | |/ /
| * | MDEV-10563 Crash during shutdown in Master_info_index::any_slave_sql_runningVicențiu Ciorbaru2016-08-231-6/+1
* | | MDEV-9383: Server fails to read master.info after upgrade 10.0 -> 10.1Kristian Nielsen2016-04-081-33/+48
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-8/+10
|\ \ \ | |/ /
| * | Fixed bug in semi_sync replication tests.Monty2016-01-031-1/+1
| * | Cleanup of slave code:Monty2016-01-031-7/+9
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\ \ \ | |/ /
| * | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-161-7/+11
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+6
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-5/+5
|\ \ \ | |/ /
| * | MDEV-8316: debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN ...Kristian Nielsen2015-06-151-5/+5
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-3/+3
|\ \ \ | |/ /
| * | MDEV-5114 seconds_behind_master flips to 0 & spikes back, when running show s...Sergei Golubchik2015-05-031-3/+3
* | | Merge 10.0 -> 10.1.Kristian Nielsen2015-04-171-1/+27
|\ \ \ | |/ /
| * | MDEV-5289: master server starts slave parallel threadsKristian Nielsen2015-03-111-1/+27
* | | Merge 10.0-galera into 10.1Sergei Golubchik2015-02-061-0/+7
|\ \ \
| * | | MDEV-7123 : MariaDB 10.0.14 Galera node shutdown with signal 11Nirbhay Choubey2015-01-091-0/+7
* | | | Cleaned up code for setting slave_parallel_modeMonty2015-02-011-167/+6
* | | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Master_info_index assumed that file descriptor can never be 0Sergei Golubchik2015-01-241-1/+2
| |/ /
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-1/+174
* | | MDEV-6593 : domain_id based replication filtersNirbhay Choubey2014-12-031-24/+366
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-0/+13
|\ \ \ | |/ /
| * | MDEV-6616 Server crashes in my_hash_first if shutdown is performed when FLUSH...Sergei Golubchik2014-09-061-0/+12
| * | MDEV-6462: Slave replicating using GTID doesn't recover correctly when master...Kristian Nielsen2014-09-021-0/+1
* | | cleanup: more 'const' qualifiersSergei Golubchik2014-10-101-1/+1
|/ /
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | 10.0-monty mergeSergei Golubchik2013-07-211-14/+14
|\ \
| * | Fixed issues with partitions and create temporary table SELECT ...Michael Widenius2013-07-031-3/+3
| * | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-9/+9