summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with const table named with crashed test suite on MacOSXunknown2003-04-022-2/+2
* Bug fix: should use my_free() instead of my_afree() after my_multi_malloc().unknown2003-04-011-1/+1
* Bug fix: should use my_multi_malloc() here!!!unknown2003-03-311-8/+7
* Free allocated memory even in case of error.unknown2003-03-281-2/+5
* Bug fix: should check _mi_new() return value.unknown2003-03-281-2/+5
* Bug fix: should check _mi_write_keypage() return value.unknown2003-03-281-4/+1
* Merge with 4.0.13unknown2003-03-262-1/+7
|\
| * make myisam usable without threads (and even w/o pthread_t)unknown2003-03-242-2/+8
* | Fixed bug in allocation memory in key cache. (Memory was not properly aligned...unknown2003-03-252-6/+6
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-202-5/+37
|\ \
| * | R-tree bug fixes. unknown2003-03-202-5/+37
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-03-201-1/+1
|\ \ \ | |/ /
| * | SRID support.unknown2003-03-181-1/+1
* | | After merge fixesunknown2003-03-171-2/+2
* | | Merge with 4.0unknown2003-03-163-4/+18
|\ \ \ | |/ / |/| / | |/
| * merge with 3.23 to get:unknown2003-03-111-2/+16
| |\
| | * Cleaned up disk_pos_assert() to be more general. unknown2003-03-111-14/+13
| | * more propection in mi_open against badly corrupted MYI headersunknown2003-03-101-2/+17
| | * Fixed typounknown2003-01-171-1/+1
| * | fix auto-increment in sub-key and insert ... selectunknown2003-03-022-3/+3
* | | ALTER TABLE ADD SPATIAL KEY bug fixunknown2003-03-121-2/+2
* | | Bug fix: we should set proper my_errnounknown2003-03-051-1/+13
* | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-261-2/+9
|\ \ \
| * \ \ Merge with 4.0.11unknown2003-02-261-2/+9
| |\ \ \ | | |/ /
| | * | make myisamchk -R to work, if the table contains fulltext indexesunknown2003-02-221-2/+2
| | * | do not accept -R (sort by index) for FULLTEXT indexesunknown2003-02-221-0/+7
* | | | rtree_find_X functions speed-up: we don't need to store whole key buffer for ...unknown2003-02-251-21/+13
|/ / /
* | | Bug fix: we should not use info->buff for searching after we found last key i...unknown2003-02-201-1/+8
* | | Code cleanupunknown2003-02-191-15/+2
* | | Bug fix: we should set have_rtree value in case of table reopen.unknown2003-02-193-7/+11
* | | Merge work:/home/bk/mysql-4.1unknown2003-02-184-18/+17
|\ \ \
| * | | bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys)unknown2003-02-184-18/+17
* | | | bug fixesunknown2003-02-183-3/+3
* | | | bug fixesunknown2003-02-172-2/+2
|/ / /
* | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2003-02-121-1/+1
|\ \ \
| * | | rt_index.c:unknown2003-02-121-1/+1
* | | | After merge fixes & remove compiler warningsunknown2003-02-076-43/+103
* | | | Merge with 4.0.11unknown2003-02-048-22/+36
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fixed crash with blobs in compressed tableunknown2003-01-303-11/+8
| * | low-level error messages cleanupunknown2003-01-282-2/+2
| * | mergeunknown2003-01-281-0/+14
| |\ \
| | * | Fixes for Netwareunknown2003-01-281-0/+14
| * | | remove warningsunknown2003-01-271-11/+8
| * | | fixes for SHOW VARIABLES and --ft-stopword-listunknown2003-01-271-2/+5
| * | | enadling out-of-cache reads for shared IO_CACHEunknown2003-01-261-3/+4
| * | | fixed bug in parallel repairunknown2003-01-261-4/+5
| * | | --ft_stopword_file command-line optionunknown2003-01-233-15/+63
| |/ /
* | | Merge work.mysql.com:/home/bk/mysql-4.1unknown2003-01-281-1/+1
|\ \ \
| * | | Fix for windows specific errorsunknown2003-01-281-1/+1
* | | | protection agains badly charsed indexfileunknown2003-01-271-1/+5
|/ / /