summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* bug#19402 SQL close to the size of the max_allowed_packet fails on the slaveunknown2006-11-121-2/+11
* Merge dsl-hkibras-fe30f900-107.dhcp.inet.fi:/home/elkin/MySQL/TEAM/FIXES/4.1/...unknown2006-11-081-4/+10
|\
| * BUG#19402 SQL close to the size of the max_allowed_packet fails on the slaveunknown2006-09-121-4/+10
* | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-09-281-1/+1
|\ \
| * | Bug #2717: include/my_global.h mis-defines __attribute__unknown2006-08-171-1/+1
| |/
* | Bug #20402: DROP USER failure logged as ERROR rather than WARNINGunknown2006-07-261-1/+1
|/
* fix for Valgrind errors: query_id needs to be inited early (already fixed in ...unknown2005-10-141-1/+0
* Fixes during review of new codeunknown2005-10-131-2/+3
* Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in sl...unknown2005-10-121-19/+109
* fix for BUG#11139 (multi-delete with alias breaking replication if table rule...unknown2005-09-141-8/+1
* Review of new pushed codeunknown2005-08-091-2/+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.0unknown2005-07-271-1/+1
|\
| * Review fixes:unknown2005-07-261-1/+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
* | BUG#6987: Added note when stat is failing on relay log, added mutex for log r...unknown2005-07-121-0/+2
* | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-1/+1
* | "After Monty's review" changes to the fix for BUG#8325 "Deadlock in replicati...unknown2005-03-231-17/+16
* | Fix for BUG#8325 "Deadlock in replication thread stops replication":unknown2005-03-021-0/+57
* | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-01-241-5/+6
|\ \
| * | fixes/cleanups according to Coverity reportunknown2005-01-241-5/+6
* | | Fix for BUG#7965 "Slave_IO_State Stuck at 'Checking Master Version'":unknown2005-01-171-0/+5
|/ /
* | Very minor fixes for Seconds_Behind_Master column of SHOW SLAVE STATUS.unknown2004-12-161-14/+15
* | A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's g...unknown2004-12-161-13/+48
* | Due to a compiler bug, slave.cc:tables_ok() sometimes wrongly returnsunknown2004-12-031-1/+1
* | mergedunknown2004-11-281-1/+2
|\ \ | |/
| * Fixes while reviewing codeunknown2004-11-261-1/+2
* | Mergeunknown2004-11-251-3/+11
|\ \ | |/
| * Fix for Bug#6148. Only rewind read position in binary log when theunknown2004-11-251-3/+11
* | Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl...unknown2004-11-171-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-1/+1
|\ \
| * | More debuggingunknown2004-11-101-1/+1
* | | Optimization: in the replication slave, we can avoid doing one strlen() per e...unknown2004-10-191-2/+5
|/ /
* | few s/sql_print_error/sql_print_information/unknown2004-09-081-9/+7
* | mergedunknown2004-09-071-4/+9
|\ \ | |/
| * when we update thd->db in replication, it's safer to update thd->db_length too.unknown2004-09-071-4/+9
* | sql_print_error cleanupunknown2004-09-041-1/+1
* | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.unknown2004-08-231-21/+6
* | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.unknown2004-08-211-0/+22
* | manually mergedunknown2004-08-181-11/+7
|\ \ | |/
| * Fix for:unknown2004-07-311-11/+7
* | Fix for BUG#4678 "mysql-test-run fails on grant_cache":unknown2004-08-121-0/+6
* | Unused variables removed (many files).unknown2004-06-211-1/+0
* | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-1/+24
* | don't need to tag the slave SQL thread as "bootstrap". It causes duplicateunknown2004-06-101-1/+0
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-031-23/+60
|\ \
| * | Implementation of WL#1824 "Add replication of character set variables in 4.1",unknown2004-06-031-23/+60
* | | Proposed fix for bug #3412 (embedded server: prepared statement returnsunknown2004-05-281-1/+1
|/ /