| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for BUG#24432 | unknown | 2007-02-08 | 1 | -0/+1 |
* | Many files: | unknown | 2006-12-23 | 1 | -2/+1 |
* | Merge bk-internal:/home/bk/mysql-5.0-maint | unknown | 2006-09-28 | 1 | -1/+2 |
|\ |
|
| * | Merge rama.(none):/home/jimw/my/mysql-4.1-clean | unknown | 2006-09-28 | 1 | -1/+2 |
| |\ |
|
| | * | Bug #2717: include/my_global.h mis-defines __attribute__ | unknown | 2006-08-17 | 1 | -1/+2 |
* | | | after merge fix | unknown | 2006-09-27 | 1 | -1/+1 |
|/ / |
|
* | | after merge fix | unknown | 2006-09-08 | 1 | -1/+1 |
* | | A fix for Bug#19022 "Memory bug when switching db during trigger execution". | unknown | 2006-06-28 | 1 | -1/+0 |
* | | Fix yet another place that used uint32 instead of uint. | unknown | 2006-06-27 | 1 | -1/+1 |
* | | A fix and a test case for | unknown | 2006-06-27 | 1 | -4/+0 |
* | | many warnings (practically safe but annoying) corrected | unknown | 2006-01-03 | 1 | -1/+1 |
* | | Merge mysql.com:/home/mysql_src/mysql-4.1 | unknown | 2005-10-12 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in sl... | unknown | 2005-10-12 | 1 | -0/+11 |
* | | pthread_handler_decl() changed to be ctags-friendly | unknown | 2005-10-08 | 1 | -2/+2 |
* | | Fixed several boolean type options used in my_long_options[]. | unknown | 2005-10-04 | 1 | -1/+2 |
* | | merge from 4.1 | unknown | 2005-03-24 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | "After Monty's review" changes to the fix for BUG#8325 "Deadlock in replicati... | unknown | 2005-03-23 | 1 | -1/+8 |
* | | Last part of WL#1062: better replication of timezones: no more use | unknown | 2005-03-22 | 1 | -0/+1 |
* | | Merge | unknown | 2005-03-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix for BUG#8325 "Deadlock in replication thread stops replication": | unknown | 2005-03-02 | 1 | -1/+3 |
* | | manually merged | unknown | 2005-02-14 | 1 | -10/+9 |
|\ \ |
|
| * | | open binlog index file *before* tc_log->open() and binlog itself *after* | unknown | 2005-02-01 | 1 | -10/+9 |
* | | | WL#1062 "log charset info into all Query_log_event": | unknown | 2005-02-03 | 1 | -0/+10 |
* | | | Merge with 4.1 | unknown | 2004-12-22 | 1 | -5/+22 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's g... | unknown | 2004-12-16 | 1 | -5/+22 |
* | | Merge with 4.1 | unknown | 2004-12-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Due to a compiler bug, slave.cc:tables_ok() sometimes wrongly returns | unknown | 2004-12-03 | 1 | -1/+1 |
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | unknown | 2004-11-26 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Merge | unknown | 2004-11-25 | 1 | -1/+2 |
| |\ |
|
| | * | Fix for Bug#6148. Only rewind read position in binary log when the | unknown | 2004-11-25 | 1 | -1/+2 |
* | | | merged | unknown | 2004-11-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl... | unknown | 2004-11-17 | 1 | -1/+1 |
* | | | merge | unknown | 2004-11-12 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | errors without code removed | unknown | 2004-10-20 | 1 | -2/+2 |
* | | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump) | unknown | 2004-11-11 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Optimization: in the replication slave, we can avoid doing one strlen() per e... | unknown | 2004-10-19 | 1 | -2/+2 |
* | | | | merge with 4.1 | unknown | 2004-10-29 | 1 | -0/+16 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Merge with 4.0 for 4.1 release | unknown | 2004-10-06 | 1 | -0/+16 |
| |\ \
| | |/ |
|
| | * | Updating the headers on a few files to include GPL header. | unknown | 2004-09-08 | 1 | -0/+16 |
* | | | Post-merge fixes. | unknown | 2004-05-14 | 1 | -3/+5 |
* | | | Merge 4.1 -> 5.0 | unknown | 2004-05-07 | 1 | -55/+4 |
|\ \ \
| |/ / |
|
| * | | Merge with 4.0.19 | unknown | 2004-05-05 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | A new option --replicate-same-server-id to force a slave to execute queries o... | unknown | 2004-04-28 | 1 | -1/+1 |
| | * | This is a fix for a bug in 3.23 -> 4.0 replication: Exec_master_log_pos is al... | unknown | 2004-04-07 | 1 | -28/+3 |
| * | | After merge fixes | unknown | 2004-04-27 | 1 | -28/+1 |
* | | | Merge 4.1 -> 5.0. | unknown | 2004-04-07 | 1 | -27/+25 |
|\ \ \
| |/ / |
|
| * | | After merge fixes | unknown | 2004-03-17 | 1 | -2/+1 |
| * | | merge with 4.0 | unknown | 2004-03-16 | 1 | -24/+25 |
| |\ \
| | |/ |
|
| | * | Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18": | unknown | 2004-03-11 | 1 | -20/+16 |
| | * | Backporting parts of | unknown | 2004-03-10 | 1 | -1/+1 |