summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Fixes for valgrindunknown2003-04-231-1/+1
* Merge with 3.23 to get fixes for:unknown2003-04-031-1/+1
|\
| * A fix for a bug in MyISAM with large number of NULL columns and atunknown2003-03-251-2/+2
* | make myisam usable without threads (and even w/o pthread_t)unknown2003-03-242-2/+8
* | 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
* | 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
* | 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
|/ /
* | 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 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
* | | A lot of portability fixes.unknown2003-01-052-2/+2
|/ /
* | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-141-7/+7
* | bulk insert code optimizedunknown2002-12-073-36/+41
* | post-merge fixunknown2002-12-041-3/+2
* | New multi-table-update codeunknown2002-11-293-16/+22
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-201-1/+2
|\ \
| * | Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-1/+2
* | | bug in _ftb_strstr fixed :)unknown2002-11-201-3/+3
|/ /
* | Small improvement to alloc_rootunknown2002-11-161-1/+3
* | manually mergedunknown2002-11-071-1/+2
|\ \
| * | BETWEEN fixedunknown2002-11-061-1/+2
* | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-073-15/+17
|/ /
* | fixed "huge number of packed rows in MyISAM" bug in 4.0 treeunknown2002-10-281-1/+2
* | less restrictive test for max key length in mi_createunknown2002-10-231-1/+1
* | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CH...unknown2002-10-221-4/+5
* | ftb wasn't able to re-initialize index search (oops! in joins)unknown2002-10-191-1/+2
* | some DBUG_ENTER/RETURN macro addedunknown2002-10-183-14/+22
* | Fixes after last merge.unknown2002-10-161-0/+5
* | Merge with 3.23.54unknown2002-10-161-1/+1
|\ \ | |/
| * Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-1/+1