summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bodhi.netgear:/opt/local/work/tmp_mergekonstantin@bodhi.netgear2006-07-061-7/+9
|\
| * Fix yet another place that used uint32 instead of uint.konstantin@mysql.com2006-06-271-1/+1
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimekonstantin@mysql.com2006-06-271-7/+9
| |\
| | * A fix and a test case forkonstantin@mysql.com2006-06-271-7/+9
* | | Merge mysql.com:/home/emurphy/src/bk-clean/tmp_mergeelliot@mysql.com2006-06-251-0/+20
|\ \ \ | |/ /
| * | Bug#19437 (Connection refused by server: "2002 Can't connect... /master.sock"):mats@mysql.com2006-06-201-0/+20
| |/
| * Bug#19938 Valgrind error (race) in handle_slave_sql()msvensson@neptunus.(none)2006-05-231-0/+2
| * Bug #19938 Valgrind error (race) in handle_slave_sql()msvensson@neptunus.(none)2006-05-231-1/+8
| * Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060523082057|49143msvensson@neptunus.(none)2006-05-231-11/+2
| * Bug#19938 Valgrind error (race) in handle_slave_sql()msvensson@neptunus.(none)2006-05-231-2/+11
* | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimepetr@outpost.site2006-06-151-3/+4
|\ \
| * | WL#3153 "Split logs". Recommit with post-review fixespetr@mysql.com2006-05-051-3/+4
* | | sql/Makefile.am: better mysqld dependenciesserg@sergbook.mysql.com2006-05-301-72/+171
|/ /
* | Final patch to remove the last of the OS2 support. brian@zim.(none)2006-04-151-1/+1
* | Fixed compiler and valgrind warningsmonty@mysql.com2006-03-291-1/+2
* | Merge mysql.com:/home/bkroot/mysql-5.1-wl3023mats@mysql.com2006-03-081-1/+6
|\ \
| * | WL#3023 (RBR: Use locks in a statement-like manner):mats@mysql.com2006-03-031-1/+2
| * | Merge mysqldev@production.mysql.com:my/mysql-5.1-releasemats@mysql.com2006-02-241-0/+4
| |\ \
| | * \ Merge mysql.com:/home/bkroot/mysql-5.1-newmats@mysql.com2006-02-161-0/+4
| | |\ \
| | | * | WL#3023 (Use locks in a statement-like manner):mats@mysql.com2006-02-161-0/+4
* | | | | Bug#16228 (RBR: Slave SQL thread retries infinitely):mats@mysql.com2006-03-071-2/+11
|/ / / /
* | | | Merging 5.0->5.1holyfoot@mysql.com2006-02-171-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | WL#2645 (CHECK TABLE FOR UPGRADE)holyfoot@deer.(none)2006-02-171-1/+1
* | | dbug changes:serg@serg.mylan2006-02-141-1/+1
* | | Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-021-14/+24
|\ \ \ | |/ /
| * | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-14/+24
* | | WL1019: complete patch. Reapplied patch to the cleancps@outpost.site2006-01-191-2/+2
| |/ |/|
* | wl2325 wl2324tomas@poseidon.ndb.mysql.com2006-01-121-8/+75
* | WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-62/+212
* | Merge mysql.com:/home/my/mysql-5.1monty@mysql.com2005-11-241-1/+1
|\ \
| * \ Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-241-1/+1
| |\ \ | | |/
| | * Always initialize THD::thread_stack: it's used inkonstantin@mysql.com2005-11-231-1/+1
* | | Merge mysql.com:/home/my/mysql-5.1monty@mysql.com2005-11-231-2/+2
|\ \ \ | |/ / |/| |
| * | Table definition cache, part 2monty@mysql.com2005-11-231-2/+2
* | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0jani@a193-229-222-105.elisa-laajakaista.fi2005-11-231-4/+6
|\ \ \ | |/ / |/| / | |/
| * Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-4/+6
* | Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-23/+147
|\ \ | |/
| * Fix for the patch #13377. Avoids race condition for relay logs close.SergeyV@selena.2005-10-271-16/+14
| * BUG#121915: Merge 4.1->5.0sergefp@mysql.com2005-10-191-1/+0
| |\
| | * fix for Valgrind errors: query_id needs to be inited early (already fixed in ...guilhem@mysql.com2005-10-141-1/+0
| * | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0SergeyV@selena.2005-10-171-0/+17
| |\ \
| | * | Fixes bug #13377. Added code to close active log files in case SergeyV@selena.2005-10-031-0/+17
| * | | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-10-131-2/+3
| |\ \ \ | | | |/ | | |/|
| | * | Fixes during review of new codemonty@mysql.com2005-10-131-2/+3
| * | | fixes after merge of 4.1.guilhem@mysql.com2005-10-131-5/+6
| * | | Merge mysql.com:/home/mysql_src/mysql-4.1guilhem@mysql.com2005-10-121-19/+110
| |\ \ \ | | |/ /
| | * | Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in sl...guilhem@mysql.com2005-10-121-19/+109
| * | | slave.cc:guilhem@mysql.com2005-10-121-1/+18
| |\ \ \
| | * | | To help people avoid BUG#2122 "changing hostname confuses master or slave" un...guilhem@mysql.com2005-10-111-1/+18
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-121-1/+1
| |\ \ \ \ | | |/ / / | |/| | |