Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-11-11 | 1 | -2/+3 |
|\ | |||||
| * | no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR a... | guilhem@mysql.com | 2004-11-11 | 1 | -2/+3 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-11-11 | 1 | -15/+23 |
|\ \ | |/ |/| | |||||
| * | Added possibility to detect if libmysqld is restarted | monty@mysql.com | 2004-11-11 | 1 | -15/+23 |
* | | Merge | guilhem@mysql.com | 2004-11-10 | 1 | -0/+25 |
|\ \ | |/ |/| | |||||
| * | WL#1596 "make mysqldump --master-data --single-transaction able to do online ... | guilhem@mysql.com | 2004-11-10 | 1 | -0/+18 |
| * | As rollback can be 30 times slower than insert in InnoDB, and user may | guilhem@mysql.com | 2004-11-08 | 1 | -0/+7 |
* | | Bug#6031 - To drop database you have to execute DROP DATABASE command twice. | acurtis@pcgem.rdg.cyberkinetica.com | 2004-11-10 | 1 | -0/+56 |
|/ | |||||
* | Bug#6202: ENUMs are not case sensitive even if declared BINARY | bar@mysql.com | 2004-10-25 | 1 | -1/+1 |
* | Fixed a typo, which prevented non-valgrind build. | ingo@mysql.com | 2004-10-20 | 1 | -1/+1 |
* | true,false -> TRUE, FALSE | monty@mishka.local | 2004-10-14 | 1 | -13/+25 |
* | Merge with 4.0 for 4.1 release | monty@mysql.com | 2004-10-06 | 1 | -1/+1 |
|\ | |||||
| * | Reverted patch for new usage of open_count as it caused more problems than it... | monty@mysql.com | 2004-10-06 | 1 | -1/+1 |
* | | Merge | tomas@poseidon.ndb.mysql.com | 2004-10-03 | 1 | -4/+125 |
|\ \ | |||||
| * | | WL#1424 Updated after review | magnus@shellback.(none) | 2004-09-26 | 1 | -2/+2 |
| * | | Changed WL#1424 to use the function ha_find_files. This is a simpler implemen... | magnus@neptunus.(none) | 2004-09-21 | 1 | -25/+12 |
| * | | Merged Thd_ndb | magnus@neptunus.(none) | 2004-09-20 | 1 | -4/+138 |
| |\ \ | |||||
| | * \ | Merged | magnus@neptunus.(none) | 2004-09-13 | 1 | -4/+138 |
| | |\ \ | |||||
| | | * | | WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete ... | magnus@neptunus.(none) | 2004-09-13 | 1 | -4/+138 |
* | | | | | Support for TIMESTAMP columns holding NULL values. Unlike all other | dlenev@brandersnatch.localdomain | 2004-10-01 | 1 | -16/+0 |
|/ / / / | |||||
* | | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-09-11 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-09-08 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Removed unnecessary condition | mskold@mysql.com | 2004-09-07 | 1 | -3/+3 |
* | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 | tulin@build.mysql.com | 2004-09-09 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | sql_print_error cleanup | serg@serg.mylan | 2004-09-04 | 1 | -1/+1 |
| |/ / | |||||
* | | | renamed ha_recovery_logging to ha_enable_transaction | tomas@poseidon.(none) | 2004-09-03 | 1 | -3/+4 |
|/ / | |||||
* | | check for mysql_bin_log.is_open() before my_b_tell(&thd->transaction.trans_log | serg@serg.mylan | 2004-08-22 | 1 | -11/+11 |
* | | after merge fix | serg@serg.mylan | 2004-08-20 | 1 | -1/+1 |
* | | merged | serg@serg.mylan | 2004-08-20 | 1 | -14/+30 |
|\ \ | |/ | |||||
| * | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions, | guilhem@mysql.com | 2004-08-20 | 1 | -8/+23 |
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 | brian@avenger.(none) | 2004-08-13 | 1 | -0/+9 |
|\ \ | |||||
| * | | This is the addition of the CSV engine "aka tina". Its an example engine that... | brian@avenger.(none) | 2004-08-12 | 1 | -0/+9 |
* | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-07-27 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | handler.cc: | paul@ice.snake.net | 2004-07-19 | 1 | -7/+7 |
* | | | Fixed ndbcluster_print_error to use table name from failed NdbOperation | mskold@mysql.com | 2004-07-02 | 1 | -6/+2 |
|/ / | |||||
* | | Merge with 4.0 to get the latest bug patches to 4.1 | monty@mysql.com | 2004-06-25 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | do not clear list of changed tables on one statement rollback (Bug #4213) | bell@sanja.is.com.ua | 2004-06-20 | 1 | -3/+2 |
* | | Added missing root user to mysql.user on windows. (Bug #4242) | monty@mysql.com | 2004-06-25 | 1 | -4/+2 |
* | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2004-06-24 | 1 | -2/+8 |
|\ \ | |||||
| * | | Cosmetic fixes | mskold@mysql.com | 2004-06-24 | 1 | -1/+1 |
| * | | Modified index flags and added ndbcluster_print_error | mskold@mysql.com | 2004-06-24 | 1 | -2/+8 |
* | | | Enabling the --innodb-safe-binlog option in code. If you wish to disable it, | guilhem@mysql.com | 2004-06-24 | 1 | -1/+1 |
* | | | Final part of WL#1717 "innodb/binlog consistency". This is to resolve | guilhem@mysql.com | 2004-06-24 | 1 | -4/+12 |
|/ / | |||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-06-23 | 1 | -10/+11 |
|\ \ | |||||
| * | | Fixed warning about unitialized mutex when mysqld couldn't start. | monty@mysql.com | 2004-06-23 | 1 | -10/+11 |
* | | | merged | serg@serg.mylan | 2004-06-23 | 1 | -84/+30 |
|\ \ \ | |/ / |/| | | |||||
| * | | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 1 | -84/+30 |
* | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 | brian@brian-akers-computer.local | 2004-06-05 | 1 | -0/+9 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 | brian@brian-akers-computer.local | 2004-05-25 | 1 | -0/+9 |
| |\ \ | |||||
| | * | | Merge | brian@brian-akers-computer.local | 2004-05-22 | 1 | -49/+112 |