summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* bug #942. docid == ftb->lastpos in join on looping over nested tableunknown2003-07-311-2/+2
* Bug#937unknown2003-07-302-8/+13
* myisamchk --sort-records crash on compressed tables fixed.unknown2003-07-211-0/+6
* Fix for #712 with Serg's suggestionsunknown2003-07-193-8/+3
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-192-0/+9
|\
| * Proposed bugfix for #712unknown2003-07-142-0/+9
* | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-182-5/+19
|/
* Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSunknown2003-07-081-0/+4
* Fixed memory allocation in Unique to not allocate too much memoryunknown2003-06-261-5/+7
* reverting Monty's "fix" that turned a warning into an error.unknown2003-06-161-5/+2
* Added option --read-only (Thanks to Markus Benning)unknown2003-05-191-1/+2
* Fix for MacOSX and symlinksunknown2003-05-141-1/+6
* Safety fix to enable RAID in max binariesunknown2003-05-133-24/+25
* parallel-repair available in mysqldunknown2003-05-041-1/+11
* mising reset_tree() in ft_reinit_search() addedunknown2003-05-031-2/+2
* Fix reference to not initialized memoryunknown2003-04-301-3/+6
* Fix to remove compiler warningsunknown2003-04-281-0/+2
* Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-277-24/+88
* Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-2/+5
* Merge bk-internal:/home/bk/mysql-4.0unknown2003-04-251-1/+1
|\
| * Fixes for valgrindunknown2003-04-231-1/+1
* | warning when a 4.1 MYI file is opened in 4.0unknown2003-04-232-1/+5
* | do not mark the table as analyzed unless all the key parts are REALLY analyzed.unknown2003-04-231-4/+6
|/
* 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