summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Review fixes:unknown2005-07-261-1/+1
* BUG#11384 drop database causes mysqld to coreunknown2005-07-141-0/+1
* Fixes while reviewing codeunknown2004-11-261-1/+2
* Fix for Bug#6148. Only rewind read position in binary log when theunknown2004-11-251-3/+11
* when we update thd->db in replication, it's safer to update thd->db_length too.unknown2004-09-071-4/+9
* Fix for:unknown2004-07-311-11/+7
* Fix for BUG#3871: a slave must always replicate a statement, even if it exami...unknown2004-05-241-4/+8
* Fix for BUG#3829 "Setting server_id on fly doesn't allow replication to start"unknown2004-05-191-4/+2
* Many files:unknown2004-05-141-0/+2
* very minor changes: a STOP SLAVE in a replication test to get rid of a non cr...unknown2004-05-051-3/+3
* useless fixes for --report-password and --show-slave-auth-info (almost undocu...unknown2004-05-041-1/+1
* A new option --replicate-same-server-id to force a slave to execute queries o...unknown2004-04-281-8/+27
* Fixed compiler error in slave.cc on some platforms.unknown2004-04-211-1/+1
* Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore...unknown2004-04-131-2/+16
* Fix for BUG#3422 "In 3.23 -> 4.0 replication, slave segfault when replicating...unknown2004-04-081-2/+14
* Fix for BUG#3401 "Rare replication bug which leads to "Binlog has bad magic n...unknown2004-04-071-0/+11
* This is a fix for a bug in 3.23 -> 4.0 replication: Exec_master_log_pos is al...unknown2004-04-071-0/+46
* Fix for BUG#2983 "If statement was killed on master, slave errors despite rep...unknown2004-03-111-7/+0
* Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":unknown2004-03-111-4/+17
* Backporting parts ofunknown2004-03-101-3/+5
* Undoing 2 parts of changeset 1.1730.1.1 :unknown2004-03-101-39/+13
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-15/+40
* Fix for BUG#2452 "Empty LOAD DATA INFILE failes with the master in 3.23.x":unknown2004-01-201-0/+8
* Fix for BUG#2145 "mysqld becomes unreliable if unable to create a relay log w...unknown2003-12-171-0/+1
* - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-041-1/+3
* Fix for BUG#2011 "rare race condition producing "binlog has bad magic number"...unknown2003-12-041-5/+26
* When we delete the slave's temp tables from memory, we resetunknown2003-11-031-0/+2
* 4 small items in this:unknown2003-10-311-0/+21
* Fix for BUG#1686unknown2003-10-291-2/+0
* A fix for a random test failure rpl_trunc_binlog: don't RESET MASTERunknown2003-10-171-1/+1
* Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-0/+2
* Make the slave die if master is 5.0. Indeed, 5.0 masters sendunknown2003-10-091-2/+3
* * Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly".unknown2003-09-111-12/+33
* comments about mutexes in replication.unknown2003-08-251-7/+6
* Clearer states in SHOW PROCESSLIST for replication threads.unknown2003-08-251-12/+21
* The slave threads MUST not care about max_join_size, we start them withunknown2003-08-231-4/+8
* * Fix for a potential bug:unknown2003-08-231-1/+7
* Yesterday I removed process_io_create_file; I shouldn't have.unknown2003-08-211-0/+121
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-201-109/+0
|\
| * First commit for fixing BUG#1100unknown2003-08-201-109/+0
* | Fix for BUG#1086. Now we don't preserve event's log_pos throughunknown2003-08-201-1/+0
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-071-18/+20
|\
| * Review of changesets since last pull.unknown2003-08-071-18/+20
* | 2 bugfixes:unknown2003-08-041-11/+29
|/
* WL#1036 (print the db in slave error messages).unknown2003-07-241-12/+43
* Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...unknown2003-07-141-3/+3
* Fix for BUG#791:unknown2003-07-111-4/+10
* Cleanupsunknown2003-07-091-25/+28
* WL#912 (more user control on relay logs):unknown2003-07-061-1/+51
* I committed the same changeset in my tree yesterday, but broke the tree since,unknown2003-07-031-2/+25