Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2003-02-18 | 4 | -18/+17 |
|\ \ \ | |||||
| * | | | bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys) | serg@serg.mysql.com | 2003-02-18 | 4 | -18/+17 |
* | | | | bug fixes | ram@mysql.r18.ru | 2003-02-18 | 3 | -3/+3 |
* | | | | bug fixes | ram@mysql.r18.ru | 2003-02-17 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2003-02-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | rt_index.c: | bar@bar.mysql.r18.ru | 2003-02-12 | 1 | -1/+1 |
* | | | | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 6 | -43/+103 |
* | | | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 8 | -22/+36 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | fixed crash with blobs in compressed table | serg@serg.mysql.com | 2003-01-30 | 3 | -11/+8 |
| * | | low-level error messages cleanup | serg@serg.mysql.com | 2003-01-28 | 2 | -2/+2 |
| * | | merge | monty@mashka.mysql.fi | 2003-01-28 | 1 | -0/+14 |
| |\ \ | |||||
| | * | | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -0/+14 |
| * | | | remove warnings | serg@serg.mysql.com | 2003-01-27 | 1 | -11/+8 |
| * | | | fixes for SHOW VARIABLES and --ft-stopword-list | serg@serg.mysql.com | 2003-01-27 | 1 | -2/+5 |
| * | | | enadling out-of-cache reads for shared IO_CACHE | serg@serg.mysql.com | 2003-01-26 | 1 | -3/+4 |