summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Portability fixes.monty@hundin.mysql.fi2001-08-184-15/+19
* Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-041-2/+2
* Mergemonty@tik.mysql.fi2001-07-162-2/+16
|\
| * Patch for netBSDmonty@tik.mysql.fi2001-07-162-2/+16
* | bug fixedserg@serg.mysql.com2001-07-121-0/+4
|/
* Cleanupmonty@hundin.mysql.fi2001-06-281-3/+4
* Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-112-6/+5
* Added --skip-symlinksmonty@hundin.mysql.fi2001-06-012-1/+6
* Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-172-5/+5
* Fix for BDB and LOCK TABLESmonty@donna.mysql.fi2001-04-191-3/+2
* Fixed bug when using a key on a CHAR(255) NULL columnmonty@donna.mysql.fi2001-04-121-0/+3
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-013-13/+5
* Let ALTER TABLE and LOAD DATA INFILE use sorting to create indexmonty@donna.mysql.fi2001-03-282-2/+9
* Fix a crash in Innobase with tables with many columns and a range querymonty@donna.mysql.fi2001-03-261-52/+0
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-0/+3
* Improved ANALYZE TABLE a bit for small tables.monty@donna.mysql.fi2001-03-151-6/+4
* Patch from sleepycat to fix problem with BDB and log filesmonty@donna.mysql.fi2001-03-061-3/+8
* Fixed problem with concurrent inserts and read-previousmonty@donna.mysql.com2001-02-181-1/+1
* Fixed that myisamchk -R works on text columnsmonty@donna.mysql.com2001-02-183-18/+20
* Write UNION() for MERGE tablesmonty@donna.mysql.com2001-02-171-1/+1
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-1/+1
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-155-29/+46
* Added "--character-sets-dir" to myisampackmonty@donna.mysql.com2001-02-071-1/+6
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-314-10/+26
* mergemonty@donna.mysql.com2001-01-281-1/+1
|\
| * logging_ok Logging to logging@openlogging.org acceptedserg@serg.mysql.com2001-01-271-1/+1
* | Fixed ALTER TABLE on MERGE tablesmonty@donna.mysql.com2001-01-281-15/+22
|/
* Add --with-server-suffix (MYSQL_SERVER_SUFFIX).tim@cane.mysql.fi2001-01-191-0/+1
* Fixed bug in CHECK TABLE ... EXTENDEDmonty@donna.mysql.com2001-01-162-4/+9
* Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-162-1/+2
* Fixed test when exeeding file quota on writemonty@donna.mysql.com2001-01-153-12/+24
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-084-77/+79
* Fixed bug in myisamchk -r -k#monty@donna.mysql.com2001-01-032-2/+8
* Fixed new bug in BDB tablesmonty@donna.mysql.com2000-12-311-1/+1
* Extended mysqltest with --commands and 'require'monty@donna.mysql.com2000-12-271-1/+1
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-1/+1
* Mergeserg@serg.mysql.com2000-11-281-0/+2
|\
| * errmsg.txt translatedserg@serg.mysql.com2000-11-281-0/+2
* | New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-283-4/+18
* | Added connect_timeout and fix for transactions per statementmonty@donna.mysql.com2000-11-272-2/+2
|/
* Split error message for crashed table to 3 different error messages.monty@donna.mysql.com2000-11-222-7/+22
* Fixed problem with auto-repair of MyISAM tablesmonty@donna.mysql.com2000-11-215-7/+20
* Fixed some reported bugsmonty@donna.mysql.com2000-11-181-2/+6
* changed to use IO_CACHE instead of FILEmonty@donna.mysql.com2000-11-165-4/+15
* ft_parser.c minor bug that causes slightly incorrect weights and was found on...serg@serg.mysql.com2000-11-091-3/+1
* Ill-minded FULLTEXT impilict initialization hack removed.serg@serg.mysql.com2000-11-021-4/+0
* Added bdb_lock_max and fixed bug in BDB tables when using key partsmonty@donna.mysql.com2000-10-251-1/+0
* Update of interface for BDB tables.monty@donna.mysql.com2000-10-241-2/+2
* Fix of automatic repairmonty@donna.mysql.com2000-10-232-4/+11