summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0unknown2002-11-211-21/+25
|\
| * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-161-1/+1
| |\
| | * Small improvement to alloc_rootunknown2002-11-161-1/+1
| * | Merge serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-11-141-10/+6
| |\ \ | | |/ | |/|
| | * better fix for OPTIMIZE bugunknown2002-11-141-10/+6
| * | mergedunknown2002-11-131-2/+10
| |\ \ | | |/
| | * optimize table corruption fixed, though more clean fix is desired.unknown2002-11-131-2/+10
| | * LOCK+modify+OPTIMIZE bugfixunknown2002-08-311-0/+1
| * | removed DBUG_ENTER/RETURN tagsunknown2002-11-111-166/+79
| * | manually mergedunknown2002-11-071-79/+166
| |\ \
| | * | added DBUG_ENTER/RETURN tags, dbug_add_tags.pl bugfixunknown2002-11-051-79/+166
| * | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-18/+18
| |/ /
* | | Some charset code clean-upsunknown2002-11-061-2/+1
* | | make REPAIR killableunknown2002-10-221-0/+5
* | | ha_myisam::repair should not touch file->save_state (directly, that is)unknown2002-10-151-2/+2
* | | --tmpdir=dir1:dir2:... support in myisamchkunknown2002-10-081-2/+2
* | | Merge with 4.0.4unknown2002-10-021-7/+15
|\ \ \ | |/ / |/| |
| * | Merge with 4.0.3unknown2002-08-301-7/+15
| |\ \
| | * | Fixed that charset was not properly strored in index segment on myisam tableunknown2002-06-101-1/+2
| | * | MI_KEYSEG -> HA_KEYSEGunknown2002-04-251-2/+2
| | * | RB-Tree indexes support in HEAP tablesunknown2002-04-251-1/+2
| | * | Fix to use Monty's changes in frm formatunknown2002-04-181-2/+6
| | * | mergeunknown2002-04-131-3/+5
| | |\ \
| | | * | Added GIS extensionunknown2002-02-221-3/+5
* | | | | Increased max possible max_allowed_packet to 1Gunknown2002-09-191-1/+3
* | | | | Added code to flush a bulk_insert index.unknown2002-09-181-2/+18
* | | | | LOCK+change+OPTIMIZE MyISAM bugunknown2002-08-311-1/+2
|/ / / /
* | | | New SET syntax & system variables.unknown2002-07-231-14/+25
* | | | mi_check T_xxx options massaged. T_REP_PARALLEL addedunknown2002-06-241-3/+2
* | | | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-1/+2
* | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-4/+5
|/ / /
* | | Update for BTREE keys in HEAP tablesunknown2002-04-121-1/+1
* | | Fixed problem with WHERE key=const ORDER BY key DESCunknown2002-03-151-6/+6
* | | mergedunknown2002-03-131-1/+1
|\ \ \
| * \ \ mergeunknown2002-03-121-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Added help for --local-infileunknown2002-03-121-1/+1
* | | mi_check flags cleanupunknown2002-03-131-23/+19
|/ /
* | Added support of null keys in HEAP tablesunknown2002-01-121-19/+30
* | Added macros for nice TIMESPEC usage.unknown2002-01-021-4/+10
* | Update copyrightunknown2001-12-061-3/+2
* | Update of query cache code.unknown2001-12-051-2/+2
* | Mergeunknown2001-11-181-16/+22
|\ \ | |/
| * Fixed bug in OPTIMIZE TABLE that reset index cardinality if itunknown2001-11-181-16/+22
* | Portability fixunknown2001-11-071-4/+4
* | mergedunknown2001-10-091-34/+40
|\ \
| * | Updated manual about embedded version.unknown2001-10-081-33/+39
| * | Final fixes for INSERT into MERGE tables.unknown2001-09-271-1/+1
* | | Boolean search passes _some_ testsunknown2001-10-091-1/+1
* | | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft...unknown2001-09-251-1/+1
|/ /
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-09-181-5/+7
|\ \ | |/