summaryrefslogtreecommitdiff
path: root/sql/repl_failsafe.cc
Commit message (Expand)AuthorAgeFilesLines
* Make gcov happy.svoj@mysql.com/april.(none)2008-03-181-1/+1
* BUG#22989 - START SLAVE causes Error on COM_REGISTER_SLAVE: 1105svoj@mysql.com/april.(none)2008-01-311-6/+9
* Merge mysql.com:/misc/mysql/31752_/41-31752_tnurnberg@white.intern.koehntopp.de2007-11-261-1/+1
|\
| * Bug#31752: check strmake() boundstnurnberg@mysql.com/white.intern.koehntopp.de2007-11-261-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-211-6/+6
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-6/+6
| |\ \
| | * | Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-6/+6
* | | | Merge pilot.mysql.com:/home/msvensson/mysql/bug22943/my41-bug22943msvensson@pilot.mysql.com2007-01-291-3/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug#22943 syscall pruning in libmysqlmsvensson@pilot.mysql.com2007-01-291-3/+6
* | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/ |/|
* | Bug #18607: LOAD DATA FROM MASTER fails because of INFORMATION_SCHEMA databasejimw@mysql.com2006-04-211-1/+2
* | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-1/+2
* | Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-6/+7
* | 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
* | pthread_handler_decl() changed to be ctags-friendlyserg@serg.mylan2005-10-081-1/+1
* | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-3/+1
* | Bug#9683 INFORMATION_SCH: Creation of temporary table allowed ingluh@eagle.intranet.mysql.r18.ru2005-09-131-1/+1
* | Merge of 4.1->5.0. This contained the fixes for GCC 4.0brian@zim.(none)2005-06-011-1/+1
|\ \ | |/
| * Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...brian@zim.(none)2005-06-011-1/+1
* | First stage of table definition cachemonty@mysql.com2005-01-061-1/+1
* | Merge with 4.1monty@mishka.local2004-12-221-1/+0
|\ \ | |/
| * Fix for bug #6765 "Implicit access to time zone description dlenev@brandersnatch.localdomain2004-12-091-1/+0
* | Changing the default of libmysqlclient : it's now NO reconnection.guilhem@mysql.com2004-12-091-0/+1
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-11-261-2/+2
|\ \ | |/
| * Mergemats@mysql.com2004-11-251-2/+2
| |\
| | * Fix for Bug#6148. Only rewind read position in binary log when themats@mysql.com2004-11-251-1/+2
* | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-14/+8
* | | mergebell@sanja.is.com.ua2004-11-121-30/+29
|\ \ \
| * | | post-review fixesbell@sanja.is.com.ua2004-11-121-11/+17
| * | | errors without code removedbell@sanja.is.com.ua2004-10-201-28/+21
* | | | Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Simpler arena swapping codemonty@mysql.com2004-11-081-1/+1
* | | | merge with 4.1monty@mysql.com2004-10-291-4/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Bug#6202: ENUMs are not case sensitive even if declared BINARYbar@mysql.com2004-10-251-2/+2
| * | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-2/+0
| |\ \ | | |/
| | * Updating the headers on a few files to include GPL header.brian@brian-akers-computer.local2004-09-081-2/+0
* | | Merge with 4.1monty@mysql.com2004-09-061-4/+5
|\ \ \ | |/ /
| * | manually mergedserg@serg.mylan2004-08-181-4/+5
| |\ \ | | |/
| | * Fix for:guilhem@mysql.com2004-07-311-4/+5
* | | Port of cursors to be pushed into 5.0 tree:konstantin@mysql.com2004-08-031-2/+4
|/ /
* | don't need to tag the slave SQL thread as "bootstrap". It causes duplicateguilhem@mysql.com2004-06-101-0/+5
* | Portability fixesmonty@mysql.com2004-05-121-1/+3
* | after review changesbell@sanja.is.com.ua2004-04-071-1/+1
* | removed old way to prevent using stack tables for caching Items in PSbell@sanja.is.com.ua2004-04-041-0/+1
* | Added test to show bug in current union implementationmonty@mysql.com2004-03-191-2/+3
* | merge with 4.0 (to get compiler error fixes for innodb)monty@mysql.com2004-03-191-2/+10
|\ \ | |/
| * Fix for BUG#2922 "Crash (signal11) after "load data from master""guilhem@mysql.com2004-03-171-2/+10
* | merge with 4.0monty@mysql.com2004-03-161-5/+5
|\ \ | |/