summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
|/ / /
* | | mergedunknown2003-01-2118-345/+563
|\ \ \
| * | | Two-level index structure for FULLTEXT indexesunknown2003-01-2118-344/+563
* | | | Windows build fix unknown2003-01-182-20/+4
* | | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-181-34/+35
* | | | Merge with 4.0.9unknown2003-01-183-5/+14
|\ \ \ \ | | |/ / | |/| |
| * | | After merge fixunknown2003-01-171-1/+1
| * | | Merge with 3.23unknown2003-01-162-3/+12
| |\ \ \ | | | |/ | | |/|
| | * | Fixed max_key_length when using UNIQUE keys.unknown2002-12-272-2/+11
| | * | - Applied required modifications for automake 1.5unknown2002-11-171-11/+0
| | * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsunknown2002-10-281-1/+2
| * | | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier).unknown2003-01-141-3/+3
* | | | merge with 4.0.9unknown2003-01-096-9/+26
|\ \ \ \ | |/ / /
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-095-16/+57
| |\ \ \
| | * | | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-095-16/+57
| * | | | Merge work:/home/bk/mysql-4.0unknown2003-01-081-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ft_nlq_search.c:unknown2003-01-081-0/+1