summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#19437 (Connection refused by server: "2002 Can't connect... /master.sock"):unknown2006-06-201-0/+20
* Bug#19938 Valgrind error (race) in handle_slave_sql()unknown2006-05-231-0/+2
* Bug #19938 Valgrind error (race) in handle_slave_sql()unknown2006-05-231-1/+8
* Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060523082057|49143unknown2006-05-231-11/+2
* Bug#19938 Valgrind error (race) in handle_slave_sql()unknown2006-05-231-2/+11
* WL#2645 (CHECK TABLE FOR UPGRADE)unknown2006-02-171-1/+1
* many warnings (practically safe but annoying) correctedunknown2006-01-031-14/+24
* Always initialize THD::thread_stack: it's used inunknown2005-11-231-1/+1
* Inefficient usage of String::append() fixed.unknown2005-11-201-4/+6
* Fix for the patch #13377. Avoids race condition for relay logs close.unknown2005-10-271-16/+14
* BUG#121915: Merge 4.1->5.0unknown2005-10-191-1/+0
|\
| * fix for Valgrind errors: query_id needs to be inited early (already fixed in ...unknown2005-10-141-1/+0
* | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-171-0/+17
|\ \
| * | Fixes bug #13377. Added code to close active log files in case unknown2005-10-031-0/+17
* | | Merge mysql.com:/home/my/mysql-4.1unknown2005-10-131-2/+3
|\ \ \ | | |/ | |/|
| * | Fixes during review of new codeunknown2005-10-131-2/+3
* | | fixes after merge of 4.1.unknown2005-10-131-5/+6
* | | Merge mysql.com:/home/mysql_src/mysql-4.1unknown2005-10-121-19/+110
|\ \ \ | |/ /
| * | Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in sl...unknown2005-10-121-19/+109
* | | slave.cc:unknown2005-10-121-1/+18
|\ \ \
| * | | To help people avoid BUG#2122 "changing hostname confuses master or slave" un...unknown2005-10-111-1/+18
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Reviewing new pushed codeunknown2005-10-121-1/+1
* | | | pthread_handler_decl() changed to be ctags-friendlyunknown2005-10-081-5/+5
|/ / /
* | | Fixed several boolean type options used in my_long_options[].unknown2005-10-041-1/+2
| |/ |/|
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-211-8/+0
|\ \
| * \ mergedunknown2005-09-211-8/+0
| |\ \ | | |/
| | * fix for BUG#11139 (multi-delete with alias breaking replication if table rule...unknown2005-09-141-8/+1
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-8/+1
|/ /
* | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1unknown2005-08-111-2/+2
|\ \ | |/
| * Review of new pushed codeunknown2005-08-091-2/+2
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-08-011-1/+2
|\ \ | |/
| * updates for BUG#10780 - fixed slave I/O thread running status to No while att...unknown2005-07-291-1/+1
| * patch for bug 10780unknown2005-07-281-2/+3
* | Merge mysql.com:/home/my/mysql-4.1unknown2005-07-281-1/+1
|\ \ | |/
| * Merge mysql.com:/home/my/mysql-4.0unknown2005-07-271-1/+1
| |\
| | * Review fixes:unknown2005-07-261-1/+1
* | | Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-181-1/+1
|\ \ \
| * | | Get rid of checking for ETIME return value of pthread_cond_timedwait.unknown2005-07-141-1/+1
* | | | Merge mysql.com:/home/stewart/Documents/MySQL/4.1/mainunknown2005-07-141-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge mysql.com:/home/stewart/Documents/MySQL/4.0/mainunknown2005-07-141-0/+1
| |\ \ | | |/
| | * BUG#11384 drop database causes mysqld to coreunknown2005-07-141-0/+1
* | | Manual mergeunknown2005-07-131-2/+0
* | | Merge mysql.com:/home/bkroot/mysql-4.1unknown2005-07-131-0/+2
|\ \ \ | |/ /
| * | BUG#6987: Added note when stat is failing on relay log, added mutex for log r...unknown2005-07-121-0/+2
* | | WL#2286 - Compile MySQL w/YASSL supportunknown2005-06-221-1/+1
* | | WL#2286 - Compile MySQL w/YASSL supportunknown2005-06-191-1/+1
* | | Merge of 4.1->5.0. This contained the fixes for GCC 4.0unknown2005-06-011-1/+1
|\ \ \ | |/ /
| * | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-1/+1
* | | Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replicat...unknown2005-05-051-2/+24