summaryrefslogtreecommitdiff
path: root/myisam/mi_check.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | mi_repair* functions need a separate rec_buff :(unknown2002-07-261-3/+5
* | | | MyISAM: always store alloced_rec_buff_length with the buffer itselfunknown2002-07-261-6/+2
|/ / /
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-3/+5
* | | mergeunknown2002-07-231-6/+6
|\ \ \
| * | | New SET syntax & system variables.unknown2002-07-231-6/+6
* | | | parallel repair: style fixupsunknown2002-07-211-2/+2
|/ / /
* | | parallel repair needs rec_buff local for thread !!!unknown2002-07-141-19/+25
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-07-011-3/+13
|\ \ \
| * | | Removed purify warningunknown2002-07-011-3/+13
* | | | post-merge fixunknown2002-06-301-2/+2
* | | | mergedunknown2002-06-301-17/+31
|\ \ \ \ | |/ / / |/| | |
| * | | "myisamchk -p" for parallel recover works (no extensive testing though)unknown2002-06-301-18/+29
* | | | Updated windows files (VC++ files and winmysqladmin).unknown2002-06-281-3/+9
* | | | Indentation cleanup & new commentsunknown2002-06-281-58/+88
|/ / /
* | | mi_check T_xxx options massaged. T_REP_PARALLEL addedunknown2002-06-241-3/+6
* | | resolvingunknown2002-06-201-284/+630
|\ \ \
| * | | multithreaded repair-by-sort codeunknown2002-06-191-284/+630