Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 13 | -64/+158 |
|\ | |||||
| * | Added option --read-only (Thanks to Markus Benning) | monty@narttu.mysql.fi | 2003-05-19 | 1 | -1/+2 |
| * | Fix for MacOSX and symlinks | monty@narttu.mysql.fi | 2003-05-14 | 1 | -1/+6 |
| * | Safety fix to enable RAID in max binaries | monty@mashka.mysql.fi | 2003-05-13 | 3 | -24/+25 |
| * | parallel-repair available in mysqld | serg@serg.mylan | 2003-05-04 | 1 | -1/+11 |
| * | mising reset_tree() in ft_reinit_search() added | serg@serg.mylan | 2003-05-03 | 1 | -2/+2 |
| * | Fix reference to not initialized memory | monty@narttu.mysql.fi | 2003-04-30 | 1 | -3/+6 |
| * | Fix to remove compiler warnings | monty@mashka.mysql.fi | 2003-04-28 | 1 | -0/+2 |
| * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152) | monty@mashka.mysql.fi | 2003-04-27 | 7 | -24/+88 |
| * | Fix for -fbranch-probabilites (bug 268) | monty@mashka.mysql.fi | 2003-04-26 | 1 | -2/+5 |
| * | Merge bk-internal:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2003-04-25 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixes for valgrind | monty@narttu.mysql.fi | 2003-04-23 | 1 | -1/+1 |
| * | | warning when a 4.1 MYI file is opened in 4.0 | serg@sergbook.mysql.com | 2003-04-23 | 2 | -1/+5 |
| * | | do not mark the table as analyzed unless all the key parts are REALLY analyzed. | serg@sergbook.mysql.com | 2003-04-23 | 1 | -4/+6 |
| |/ | |||||
* | | Removed compiler warnings | monty@narttu.mysql.fi | 2003-05-06 | 6 | -17/+11 |
* | | Merge bk-internal:/home/bk/mysql-4.1 | serg@sergbook.mysql.com | 2003-04-09 | 3 | -0/+230 |
|\ \ | |||||
| * | | ft benchmark suite: initial checkin | serg@sergbook.mysql.com | 2003-03-29 | 3 | -0/+230 |
* | | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-04-03 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge with 3.23 to get fixes for: | monty@narttu.mysql.fi | 2003-04-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | A fix for a bug in MyISAM with large number of NULL columns and at | Sinisa@sinisa.nasamreza.org | 2003-03-25 | 1 | -2/+2 |
* | | | | Fixed problem with const table named with crashed test suite on MacOSX | monty@narttu.mysql.fi | 2003-04-02 | 2 | -2/+2 |
* | | | | Bug fix: should use my_free() instead of my_afree() after my_multi_malloc(). | ram@mysql.r18.ru | 2003-04-01 | 1 | -1/+1 |
* | | | | Bug fix: should use my_multi_malloc() here!!! | ram@mysql.r18.ru | 2003-03-31 | 1 | -8/+7 |
* | | | | Free allocated memory even in case of error. | ram@mysql.r18.ru | 2003-03-28 | 1 | -2/+5 |
* | | | | Bug fix: should check _mi_new() return value. | ram@mysql.r18.ru | 2003-03-28 | 1 | -2/+5 |
* | | | | Bug fix: should check _mi_write_keypage() return value. | ram@mysql.r18.ru | 2003-03-28 | 1 | -4/+1 |
* | | | | Merge with 4.0.13 | monty@mashka.mysql.fi | 2003-03-26 | 2 | -1/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | make myisam usable without threads (and even w/o pthread_t) | serg@sergbook.mysql.com | 2003-03-24 | 2 | -2/+8 |
* | | | | Fixed bug in allocation memory in key cache. (Memory was not properly aligned... | monty@narttu.mysql.fi | 2003-03-25 | 2 | -6/+6 |
| |_|/ |/| | | |||||
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2003-03-20 | 2 | -5/+37 |
|\ \ \ | |||||
| * | | | R-tree bug fixes. | ram@mysql.r18.ru | 2003-03-20 | 2 | -5/+37 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-03-20 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | SRID support. | ram@mysql.r18.ru | 2003-03-18 | 1 | -1/+1 |
* | | | | After merge fixes | monty@narttu.mysql.fi | 2003-03-17 | 1 | -2/+2 |
* | | | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 3 | -4/+18 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | merge with 3.23 to get: | monty@mashka.mysql.fi | 2003-03-11 | 1 | -2/+16 |
| |\ \ | | |/ | |||||
| | * | Cleaned up disk_pos_assert() to be more general. | monty@mashka.mysql.fi | 2003-03-11 | 1 | -14/+13 |
| | * | more propection in mi_open against badly corrupted MYI headers | serg@serg.mysql.com | 2003-03-10 | 1 | -2/+17 |
| | * | Fixed typo | monty@mashka.mysql.fi | 2003-01-17 | 1 | -1/+1 |
| * | | fix auto-increment in sub-key and insert ... select | serg@serg.mysql.com | 2003-03-02 | 2 | -3/+3 |
* | | | ALTER TABLE ADD SPATIAL KEY bug fix | hf@genie.(none) | 2003-03-12 | 1 | -2/+2 |
* | | | Bug fix: we should set proper my_errno | ram@mysql.r18.ru | 2003-03-05 | 1 | -1/+13 |
* | | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2003-02-26 | 1 | -2/+9 |
|\ \ \ | |||||
| * \ \ | Merge with 4.0.11 | monty@narttu.mysql.fi | 2003-02-26 | 1 | -2/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | make myisamchk -R to work, if the table contains fulltext indexes | serg@serg.mysql.com | 2003-02-22 | 1 | -2/+2 |
| | * | | do not accept -R (sort by index) for FULLTEXT indexes | serg@serg.mysql.com | 2003-02-22 | 1 | -0/+7 |
* | | | | rtree_find_X functions speed-up: we don't need to store whole key buffer for ... | ram@mysql.r18.ru | 2003-02-25 | 1 | -21/+13 |
|/ / / | |||||
* | | | Bug fix: we should not use info->buff for searching after we found last key i... | ram@mysql.r18.ru | 2003-02-20 | 1 | -1/+8 |
* | | | Code cleanup | ram@mysql.r18.ru | 2003-02-19 | 1 | -15/+2 |
* | | | Bug fix: we should set have_rtree value in case of table reopen. | ram@mysql.r18.ru | 2003-02-19 | 3 | -7/+11 |