summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give an error if you use a BLOB(X) where X > 255monty@donna.mysql.com2000-10-222-4/+4
* Fixes for automatic recover of MyISAM tablesmonty@donna.mysql.com2000-10-173-28/+106
* Fixes for automatic repairmonty@donna.mysql.com2000-10-172-4/+6
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-174-66/+51
* Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ta...monty@tik.mysql.com2000-10-152-2/+20
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-142-30/+31
* mergemonty@donna.mysql.com2000-10-115-21/+35
|\
| * Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-115-21/+35
* | Mergeserg@serg.mysql.com2000-10-073-113/+80
|\ \ | |/
| * Small fixesmonty@donna.mysql.com2000-10-051-0/+3
| * Portability fixesmonty@donna.mysql.com2000-10-041-2/+4
| * First part of automatic repair of MyISAM tables.monty@tramp.mysql.fi2000-10-032-111/+73
* | sql_table.cc key length limit check disabled for FULLTEXTserg@serg.mysql.com2000-10-041-3/+4
|/
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-296-30/+61
* Fixes for releasemonty@donna.mysql.com2000-09-272-3/+10
* Small fixes for releasemonty@donna.mysql.com2000-09-263-8/+26
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-265-46/+83
* Fixes for MyISAM and packed keys + AIXmonty@donna.mysql.com2000-09-223-8/+21
* Fix for SAFE_MUTEX + MERGE tablesmonty@donna.mysql.com2000-09-211-0/+1
* Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-209-14/+43
* Fix that REPAIR/ALTER TABLE use myisam_tempdirmonty@donna.mysql.com2000-09-163-4/+8
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-143-8/+25
* Fixes for FULLTEXT and TIME typemonty@donna.mysql.com2000-09-133-30/+46
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-122-10/+1
* Small bug fixesmonty@donna.mysql.com2000-09-071-2/+2
* Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-08-293-3/+25
|\
| * Updates for releasemonty@donna.mysql.com2000-08-293-3/+25
* | sql_select.cc ft-optimization: AND, GT/LT/GE/LEserg@infomag.ape.relarn.ru2000-08-291-1/+1
|/
* mergemonty@donna.mysql.com2000-08-299-4/+26
|\
| * Bug fixes for 3.23.23monty@donna.mysql.com2000-08-299-4/+26
* | ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed.serg@infomag.ape.relarn.ru2000-08-282-2/+25
* | Stopwords (English only); fulltext keys now can be repairedserg@infomag.ape.relarn.ru2000-08-252-16/+39
|/
* Fixes for Ia64monty@donna.mysql.com2000-08-232-5/+5
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-0/+2
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-211-14/+34
* Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-08-184-11/+19
|\