summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Added all changes from old 4.0 version:unknown2001-04-1114-819/+1761
* Fixed bug in ALTER TABLEunknown2001-04-013-13/+5
* Let ALTER TABLE and LOAD DATA INFILE use sorting to create indexunknown2001-03-282-2/+9
* Fix a crash in Innobase with tables with many columns and a range queryunknown2001-03-261-52/+0
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-1/+1
* Added isolation levelsunknown2001-03-211-0/+3
* Improved ANALYZE TABLE a bit for small tables.unknown2001-03-151-6/+4
* Patch from sleepycat to fix problem with BDB and log filesunknown2001-03-061-3/+8
* Fixed problem with concurrent inserts and read-previousunknown2001-02-181-1/+1
* Fixed that myisamchk -R works on text columnsunknown2001-02-183-18/+20
* Write UNION() for MERGE tablesunknown2001-02-171-1/+1
* Added Innobase to source distributionunknown2001-02-171-1/+1
* Changed --replace to --replace_result in mysqltestunknown2001-02-155-29/+46
* Added "--character-sets-dir" to myisampackunknown2001-02-071-1/+6
* New myisamchk option --sort-recoverunknown2001-01-314-10/+26
* mergeunknown2001-01-281-1/+1
|\
| * logging_ok Logging to logging@openlogging.org acceptedunknown2001-01-271-1/+1
* | Fixed ALTER TABLE on MERGE tablesunknown2001-01-281-15/+22
|/
* Add --with-server-suffix (MYSQL_SERVER_SUFFIX).unknown2001-01-191-0/+1
* Fixed bug in CHECK TABLE ... EXTENDEDunknown2001-01-162-4/+9
* Removed not used variable 'last_ref'unknown2001-01-162-1/+2
* Fixed test when exeeding file quota on writeunknown2001-01-153-12/+24
* Fixed bug when having many binary log filesunknown2001-01-084-77/+79
* Fixed bug in myisamchk -r -k#unknown2001-01-032-2/+8
* Fixed new bug in BDB tablesunknown2000-12-311-1/+1
* Extended mysqltest with --commands and 'require'unknown2000-12-271-1/+1
* Fixed bug in 'drop table'unknown2000-11-291-1/+1
* Mergeunknown2000-11-281-0/+2
|\
| * errmsg.txt translatedunknown2000-11-281-0/+2
* | New thr_alarm struct for better integration with OS2unknown2000-11-283-4/+18
* | Added connect_timeout and fix for transactions per statementunknown2000-11-272-2/+2
|/
* Split error message for crashed table to 3 different error messages.unknown2000-11-222-7/+22
* Fixed problem with auto-repair of MyISAM tablesunknown2000-11-215-7/+20
* Fixed some reported bugsunknown2000-11-181-2/+6
* changed to use IO_CACHE instead of FILEunknown2000-11-165-4/+15
* ft_parser.c minor bug that causes slightly incorrect weights and was found on...unknown2000-11-091-3/+1
* Ill-minded FULLTEXT impilict initialization hack removed.unknown2000-11-021-4/+0
* Added bdb_lock_max and fixed bug in BDB tables when using key partsunknown2000-10-251-1/+0
* Update of interface for BDB tables.unknown2000-10-241-2/+2
* Fix of automatic repairunknown2000-10-232-4/+11
* Give an error if you use a BLOB(X) where X > 255unknown2000-10-222-4/+4
* Fixes for automatic recover of MyISAM tablesunknown2000-10-173-28/+106
* Fixes for automatic repairunknown2000-10-172-4/+6
* Automatic repair of MyISAM tables + small bug fixesunknown2000-10-174-66/+51
* Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ta...unknown2000-10-152-2/+20
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andunknown2000-10-142-30/+31
* mergeunknown2000-10-115-21/+35
|\
| * Automatic repair of MyISAM tables + portability fixesunknown2000-10-115-21/+35
* | Mergeunknown2000-10-073-113/+80
|\ \ | |/
| * Small fixesunknown2000-10-051-0/+3