summaryrefslogtreecommitdiff
path: root/sql/rpl_mi.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-3/+3
|\
| * memory leak: add a missing end_relay_log_info()Sergei Golubchik2017-07-271-0/+1
| * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-3/+2
| |\
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-3/+2
| | |\
| | | * Bug#24901077: RESET SLAVE ALL DOES NOT ALWAYS RESET SLAVESujatha Sivakumar2017-02-281-2/+1
| | | * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| | | |\
| | | * | BUG#11752315 - 43460: STOP SLAVE UNABLE TO COMPLETE WHEN SLAVE THREAD IS TRYI...Manish Kumar2012-01-231-0/+4
| | | * | BUG#11809016 - NO WAY TO DISCOVER AN INSTANCE IS NO LONGER A SLAVE FOLLOWING ...Alfranio Correia2011-07-181-1/+13
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | |\ \ | | | | |/
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | * | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-1/+23
| | | |\ \
| | | | * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
| | | | * | BUG#54509: rpl_show_slave_running crashes the server sporadicallyLuis Soares2010-06-241-0/+22
| | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-8/+5
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | | * BUG#53657: Slave crashed with error 22 when trying to lock mutexLuis Soares2010-05-241-5/+22
| | | * | Bug#53983 Placeholder for MASTER_BIND in master.infoMagnus Blåudd2010-06-021-3/+13
| | | * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+3
| | | * | BUG#50364: manual merge to mysql-next-mr-bugfixing.Luis Soares2010-02-031-3/+16
| | | |\ \
| | | | * | BUG#50364: FLUSH LOGS crashes the server (rpl.rpl_heartbeat_basicLuis Soares2010-02-031-3/+16
| | | * | | Patch to eliminate warnings in mysql-next-mr-bugteam.Mats Kindahl2010-01-251-2/+2
| | | * | | WL#2360 Performance schemaMarc Alff2010-01-061-20/+22
| | | * | | BUG#48048: Deprecated constructs need removal in BetonyLuis Soares2009-11-041-42/+22
| | | |/ /
| | | * | merge from 5.1-rpl+2 repo to a local branch with HB and bug@27808 fixesAndrei Elkin2009-10-011-7/+20
| | | |\ \
| | | | * | BUG#43075 rpl.rpl_sync fails sporadically on pushbuildAlfranio Correia2009-09-301-0/+1
| | | | * | BUG#40337 Fsyncing master and relay log to disk after every event is too slowAlfranio Correia2009-09-291-9/+8
| | | | * | BUG#35542 Add option to sync master and relay log to disk after every eventAlfranio Correia2009-09-291-4/+16
| | | | |/
| | | * | backporting bug@27808 fixesAndrei Elkin2009-10-011-7/+81
| | | * | WL#342 heartbeatAndrei Elkin2009-09-291-7/+32
| | | |/
| | | * Bug #31326: No compile check of order of initializationsgkodinov/kgeorge@macbook.gmz2007-12-141-2/+2
| | | * Renaming MASTER_INFO to Master_info in order to follow the codingmats@kindahl-laptop.dnsalias.net2007-08-161-6/+6
| | | * Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-rplmats@kindahl-laptop.dnsalias.net2007-06-091-1/+2
| | | |\
| | | | * BUG#24954 (Last_errno and Last_error not set after master_retry_count was rea...mats@kindahl-laptop.dnsalias.net2007-06-091-1/+2
| | | * | wl#2936 post-merge fixesserg@janus.mylan2007-04-161-2/+2
| | | * | Bug#19991 CHANGE MASTER need option ssl-verify-server-certmsvensson@pilot.blaudden2007-03-291-22/+50
| | | * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| | | |/
| | | * Refactoring: Moved master info functionality into rpl_mi.cc to lars@mysql.com/black.(none)2006-10-311-0/+386
* | | MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slaveSachin Setiya2017-06-051-1/+50
* | | 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
* | | 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
* | | 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