summaryrefslogtreecommitdiff
path: root/myisam/mi_check.c
Commit message (Expand)AuthorAgeFilesLines
* merge with 4.0.15unknown2003-08-291-7/+15
|\
| * Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-261-1/+4
| |\
| | * fix ANALYZE TBALE to never generate rec_per_key_part < 1, as it prevent the t...unknown2003-08-261-1/+4
| * | Update of VC++ project files (to remove link warnings)unknown2003-08-251-6/+11
| |/
* | Merge with 4.0.14unknown2003-08-111-7/+24
|\ \ | |/
| * Review of changesets since last pull.unknown2003-08-071-0/+2
| * Bug#937unknown2003-07-301-5/+6
| * Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-181-4/+18
* | Merge with 4.0.13unknown2003-05-191-9/+25
|\ \ | |/
| * Safety fix to enable RAID in max binariesunknown2003-05-131-4/+8
| * parallel-repair available in mysqldunknown2003-05-041-1/+11
| * do not mark the table as analyzed unless all the key parts are REALLY analyzed.unknown2003-04-231-4/+6
* | Removed compiler warningsunknown2003-05-061-4/+8
* | Merge with 4.0.13unknown2003-03-261-1/+5
|\ \ | |/
| * make myisam usable without threads (and even w/o pthread_t)unknown2003-03-241-1/+5
* | Merge with 4.0unknown2003-03-161-1/+1
|\ \ | |/
| * fix auto-increment in sub-key and insert ... selectunknown2003-03-021-2/+2
* | ALTER TABLE ADD SPATIAL KEY bug fixunknown2003-03-121-2/+2
* | bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys)unknown2003-02-181-6/+8
* | Merge with 4.0.11unknown2003-02-041-6/+7
|\ \ | |/
| * fixed crash with blobs in compressed tableunknown2003-01-301-2/+2
| * fixed bug in parallel repairunknown2003-01-261-4/+5
* | Fix for windows specific errorsunknown2003-01-281-1/+1
* | mergedunknown2003-01-211-11/+152
|\ \
| * | Two-level index structure for FULLTEXT indexesunknown2003-01-211-11/+152
* | | Windows build fix unknown2003-01-181-16/+0
* | | merge with 4.0.9unknown2003-01-091-1/+2
|\ \ \ | | |/ | |/|
| * | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-1/+2
* | | Merge with 4.0.8unknown2003-01-061-1/+1
|\ \ \ | |/ /
| * | A lot of portability fixes.unknown2003-01-051-1/+1
* | | Merge with 4.0.8unknown2003-01-031-7/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-141-7/+7
* | Merge with 4.0.6unknown2002-12-051-6/+6
|\ \ | |/
| * New multi-table-update codeunknown2002-11-291-6/+6
* | Correct view of sort.c and mi_too_big_key_for_sort()unknown2002-11-281-4/+1
* | make REPAIR killableunknown2002-10-221-1/+4
* | mergedunknown2002-10-141-21/+24
|\ \ | |/ |/|
| * Merge with 4.0.4unknown2002-10-021-21/+24
| |\
| | * Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-3/+3
| | * Merge with 4.0.3unknown2002-08-301-19/+22
| | |\
| | | * merge with 4.0unknown2002-06-031-3/+3
| | | |\
| | | * | MI_KEYSEG -> HA_KEYSEGunknown2002-04-251-8/+8
* | | | | fixed repair_by_sort FULLTEXT bugunknown2002-10-091-2/+4
|/ / / /
* | | | fixed bug in myisamchk -R modeunknown2002-09-251-4/+2
* | | | wrong test for -q/-qq (T_QUICK/T_FORCE_UNIQUENESS) in myisamchk correctedunknown2002-09-041-2/+2
|/ / /
* | | mergeunknown2002-08-081-5/+5
|\ \ \
| * | | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-5/+5
* | | | one more "suboptimal memory usage during REPAIR for FULLTEXT keys" bug fixedunknown2002-08-071-3/+6
* | | | fixed bug, that caused suboptimal memory usage during REPAIR when ft_max_word...unknown2002-08-061-1/+1
* | | | rec_buff should be initializedunknown2002-07-261-2/+4