Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that slaves have normal COMMIT behaviour after WL#1967 | acurtis@pcgem.rdg.cyberkinetica.com | 2005-02-07 | 1 | -0/+1 |
* | WL#1062 "log charset info into all Query_log_event": | guilhem@mysql.com | 2005-02-03 | 1 | -8/+42 |
* | merged | serg@serg.mylan | 2005-01-24 | 1 | -5/+6 |
|\ | |||||
| * | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-01-24 | 1 | -5/+6 |
| |\ | |||||
| | * | fixes/cleanups according to Coverity report | serg@serg.mylan | 2005-01-24 | 1 | -5/+6 |
* | | | slave.cc: | guilhem@mysql.com | 2005-01-18 | 1 | -1/+2 |
* | | | Merge mysql.com:/home/mysql_src/mysql-4.1-clean | guilhem@mysql.com | 2005-01-18 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Fix for BUG#7965 "Slave_IO_State Stuck at 'Checking Master Version'": | guilhem@mysql.com | 2005-01-17 | 1 | -0/+5 |
| |/ | |||||
* | | First stage of table definition cache | monty@mysql.com | 2005-01-06 | 1 | -3/+3 |
* | | Merge with 4.1 | monty@mishka.local | 2004-12-22 | 1 | -13/+49 |
|\ \ | |/ | |||||
| * | Very minor fixes for Seconds_Behind_Master column of SHOW SLAVE STATUS. | guilhem@mysql.com | 2004-12-16 | 1 | -14/+15 |
| * | A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's g... | guilhem@mysql.com | 2004-12-16 | 1 | -13/+48 |
* | | Changing the default of libmysqlclient : it's now NO reconnection. | guilhem@mysql.com | 2004-12-09 | 1 | -0/+1 |
* | | Merge with 4.1 | monty@mysql.com | 2004-12-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Due to a compiler bug, slave.cc:tables_ok() sometimes wrongly returns | lars@mysql.com | 2004-12-03 | 1 | -1/+1 |
* | | merged | serg@serg.mylan | 2004-11-28 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | merged | serg@serg.mylan | 2004-11-28 | 1 | -1/+2 |
| |\ | |||||
| | * | Fixes while reviewing code | monty@mysql.com | 2004-11-26 | 1 | -1/+2 |
* | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tomas@poseidon.ndb.mysql.com | 2004-11-26 | 1 | -3/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge | mats@mysql.com | 2004-11-25 | 1 | -3/+11 |
| |\ \ | | |/ | |||||
| | * | Fix for Bug#6148. Only rewind read position in binary log when the | mats@mysql.com | 2004-11-25 | 1 | -3/+11 |
* | | | merged | serg@serg.mylan | 2004-11-17 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl... | guilhem@mysql.com | 2004-11-17 | 1 | -2/+2 |
* | | | now my_printf_error is not better then my_error, but my_error call is shorter | bell@sanja.is.com.ua | 2004-11-13 | 1 | -5/+3 |
* | | | merge | bell@sanja.is.com.ua | 2004-11-12 | 1 | -14/+13 |
|\ \ \ | |||||
| * | | | post-review fixes | bell@sanja.is.com.ua | 2004-11-12 | 1 | -6/+8 |
| * | | | errors without code removed | bell@sanja.is.com.ua | 2004-10-20 | 1 | -14/+11 |
* | | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump) | brian@avenger.(none) | 2004-11-11 | 1 | -3/+6 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-11-11 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | More debugging | monty@mysql.com | 2004-11-10 | 1 | -1/+1 |
| * | | | | Optimization: in the replication slave, we can avoid doing one strlen() per e... | guilhem@mysql.com | 2004-10-19 | 1 | -2/+5 |
| |/ / / | |||||
* | | | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 1 | -10/+14 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | few s/sql_print_error/sql_print_information/ | serg@serg.mylan | 2004-09-08 | 1 | -9/+7 |
| * | | merged | serg@serg.mylan | 2004-09-07 | 1 | -4/+9 |
| |\ \ | | |/ | |||||
| | * | when we update thd->db in replication, it's safer to update thd->db_length too. | guilhem@mysql.com | 2004-09-07 | 1 | -4/+9 |
| * | | sql_print_error cleanup | serg@serg.mylan | 2004-09-04 | 1 | -1/+1 |
* | | | Added options --auto-increment-increment and --auto-increment-offset. | monty@mishka.local | 2004-09-15 | 1 | -63/+59 |
* | | | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 1 | -11/+20 |
|\ \ \ | |/ / | |||||
| * | | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. | rburnett@build.mysql.com | 2004-08-23 | 1 | -21/+6 |
| * | | Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. | rburnett@build.mysql.com | 2004-08-21 | 1 | -0/+22 |
| * | | manually merged | serg@serg.mylan | 2004-08-18 | 1 | -11/+7 |
| |\ \ | | |/ | |||||
| | * | Fix for: | guilhem@mysql.com | 2004-07-31 | 1 | -11/+7 |
| * | | Fix for BUG#4678 "mysql-test-run fails on grant_cache": | guilhem@mysql.com | 2004-08-12 | 1 | -0/+6 |
* | | | Port of cursors to be pushed into 5.0 tree: | konstantin@mysql.com | 2004-08-03 | 1 | -1/+2 |
* | | | Replication: various small fixes specific to the new binlog format of 5.0 | guilhem@mysql.com | 2004-07-26 | 1 | -2/+5 |
* | | | VIEW | bell@sanja.is.com.ua | 2004-07-16 | 1 | -1/+1 |
* | | | Merge with 4.1.3-beta | monty@mysql.com | 2004-07-07 | 1 | -24/+83 |
|\ \ \ | |/ / | |||||
| * | | Unused variables removed (many files). | konstantin@mysql.com | 2004-06-21 | 1 | -1/+0 |
| * | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 1 | -1/+24 |
| * | | don't need to tag the slave SQL thread as "bootstrap". It causes duplicate | guilhem@mysql.com | 2004-06-10 | 1 | -1/+0 |