summaryrefslogtreecommitdiff
path: root/myisam/mi_check.c
Commit message (Expand)AuthorAgeFilesLines
* two bugs in parallel repair fixedunknown2004-01-201-2/+8
* Portability fixes (mostly test suite)unknown2003-12-161-8/+4
* Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+1
* chk_del() should not check key delete-chainunknown2003-12-111-7/+12
* minor fixups: more verbose on "no memory" errors - report requested size, avo...unknown2003-11-191-2/+3
* obligatory update checksum on repair, if it is obligatory verified on check.unknown2003-11-141-0/+9
* More explicit error messages from myisamchkunknown2003-09-161-8/+27
* 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
|/
* 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
* 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
* make myisam usable without threads (and even w/o pthread_t)unknown2003-03-241-1/+5
* fix auto-increment in sub-key and insert ... selectunknown2003-03-021-2/+2
* fixed crash with blobs in compressed tableunknown2003-01-301-2/+2
* fixed bug in parallel repairunknown2003-01-261-4/+5
* Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-1/+2
* A lot of portability fixes.unknown2003-01-051-1/+1
* Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-141-7/+7
* New multi-table-update codeunknown2002-11-291-6/+6
* 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
* | Ensure that share->tot_locks s updated correctlyunknown2002-06-171-3/+6