summaryrefslogtreecommitdiff
path: root/sql/slave.cc
Commit message (Expand)AuthorAgeFilesLines
* merge from 4.1gbichot@quadita2.mysql.com2005-03-241-8/+16
|\
| * "After Monty's review" changes to the fix for BUG#8325 "Deadlock in replicati...gbichot@quadita2.mysql.com2005-03-231-17/+16
* | disabling rpl_timezone.test if --ps-protocol, as binlogging of CONVERT_TZ(,,@...gbichot@production.mysql.com2005-03-221-1/+1
* | Last part of WL#1062: better replication of timezones: no more usegbichot@production.mysql.com2005-03-221-5/+16
* | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-091-0/+1
|\ \
| * | don't close binlog in the destructor - use explictit MYSQL_LOG::cleanup for thisserg@serg.mylan2005-03-091-0/+1
* | | First part of fix for BUG#7998 "Replication should be more clever about when ...guilhem@mysql.com2005-03-021-11/+2
* | | Mergeguilhem@mysql.com2005-03-021-0/+57
|\ \ \ | |/ / |/| / | |/
| * Fix for BUG#8325 "Deadlock in replication thread stops replication":guilhem@mysql.com2005-03-021-0/+57
* | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-2/+2
* | post-review fixes. Now ROLLBACK is done in Format_description_log_eventserg@serg.mylan2005-02-171-57/+43
* | manually mergedserg@serg.mylan2005-02-141-82/+92
|\ \
| * | auto-ROLLBACK if binlog was not closed properlyserg@serg.mylan2005-02-091-13/+26
| * | open binlog index file *before* tc_log->open() and binlog itself *after*serg@serg.mylan2005-02-011-69/+66
* | | Ensure that slaves have normal COMMIT behaviour after WL#1967acurtis@pcgem.rdg.cyberkinetica.com2005-02-071-0/+1
* | | WL#1062 "log charset info into all Query_log_event":guilhem@mysql.com2005-02-031-8/+42
* | | mergedserg@serg.mylan2005-01-241-5/+6
|\ \ \ | | |/ | |/|
| * | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-01-241-5/+6
| |\ \
| | * | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-5/+6
* | | | slave.cc:guilhem@mysql.com2005-01-181-1/+2
* | | | Merge mysql.com:/home/mysql_src/mysql-4.1-cleanguilhem@mysql.com2005-01-181-0/+5
|\ \ \ \ | |/ / /
| * | | Fix for BUG#7965 "Slave_IO_State Stuck at 'Checking Master Version'":guilhem@mysql.com2005-01-171-0/+5
| |/ /
* | | First stage of table definition cachemonty@mysql.com2005-01-061-3/+3
* | | Merge with 4.1monty@mishka.local2004-12-221-13/+49
|\ \ \ | |/ / | | / | |/ |/|
| * Very minor fixes for Seconds_Behind_Master column of SHOW SLAVE STATUS.guilhem@mysql.com2004-12-161-14/+15
| * A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's g...guilhem@mysql.com2004-12-161-13/+48
* | Changing the default of libmysqlclient : it's now NO reconnection.guilhem@mysql.com2004-12-091-0/+1
* | Merge with 4.1monty@mysql.com2004-12-061-1/+1
|\ \ | |/
| * Due to a compiler bug, slave.cc:tables_ok() sometimes wrongly returnslars@mysql.com2004-12-031-1/+1
* | mergedserg@serg.mylan2004-11-281-1/+2
|\ \ | |/
| * mergedserg@serg.mylan2004-11-281-1/+2
| |\
| | * Fixes while reviewing codemonty@mysql.com2004-11-261-1/+2
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-11-261-3/+11
|\ \ \ | |/ /
| * | Mergemats@mysql.com2004-11-251-3/+11
| |\ \ | | |/
| | * Fix for Bug#6148. Only rewind read position in binary log when themats@mysql.com2004-11-251-3/+11
* | | mergedserg@serg.mylan2004-11-171-2/+2
|\ \ \ | |/ /
| * | Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl...guilhem@mysql.com2004-11-171-2/+2
* | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-5/+3
* | | mergebell@sanja.is.com.ua2004-11-121-14/+13
|\ \ \
| * | | post-review fixesbell@sanja.is.com.ua2004-11-121-6/+8
| * | | errors without code removedbell@sanja.is.com.ua2004-10-201-14/+11
* | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump)brian@avenger.(none)2004-11-111-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-11-111-1/+1
| |\ \ \
| | * | | More debuggingmonty@mysql.com2004-11-101-1/+1
| * | | | Optimization: in the replication slave, we can avoid doing one strlen() per e...guilhem@mysql.com2004-10-191-2/+5
| |/ / /
* | | | merge with 4.1monty@mysql.com2004-10-291-10/+14
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | few s/sql_print_error/sql_print_information/serg@serg.mylan2004-09-081-9/+7
| * | mergedserg@serg.mylan2004-09-071-4/+9
| |\ \ | | |/
| | * when we update thd->db in replication, it's safer to update thd->db_length too.guilhem@mysql.com2004-09-071-4/+9
| * | sql_print_error cleanupserg@serg.mylan2004-09-041-1/+1