summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed delete in tables with hidden primary keymonty@donna.mysql.com2000-12-121-1/+1
| | | | | | Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files
* New error messagesmonty@donna.mysql.com2000-12-051-1/+4
| | | | | Fix for creating read-only files on windows Manual updates
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-0/+8
| | | | Portability fixes
* Mergeserg@serg.mysql.com2000-11-281-1/+11
|\
| * errmsg.txt translatedserg@serg.mysql.com2000-11-281-1/+11
| | | | | | | | | | | | | | | | | | opt_range.h bugs with const_tables and filesort fixed opt_range.cc bugs with const_tables and filesort fixed item_func.cc bugs with const_tables and filesort fixed ha_myisam.h bugs with const_tables and filesort fixed ha_myisam.cc bugs with const_tables and filesort fixed ft_search.c bugs with const_tables and filesort fixed
* | New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-3/+3
|/ | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* Split error message for crashed table to 3 different error messages.monty@donna.mysql.com2000-11-221-3/+7
| | | | Fixes for Windows
* fixed bug with FULLTEXT and ORDER BYserg@serg.mysql.com2000-11-041-1/+2
|
* Ill-minded FULLTEXT impilict initialization hack removed.serg@serg.mysql.com2000-11-021-22/+8
| | | | From now on FULLTEXT search is initialized expilictly in mysql_select()
* Fix of automatic repairmonty@donna.mysql.com2000-10-231-20/+35
|
* Fixes for automatic recover of MyISAM tablesmonty@donna.mysql.com2000-10-171-48/+18
|
* Fixes for automatic repairmonty@donna.mysql.com2000-10-171-12/+17
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-7/+32
|
* Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-111-10/+30
|
* Fixed bug in how FAST and CHANGED workedmonty@donna.mysql.com2000-10-051-3/+4
|
* First part of automatic repair of MyISAM tables.monty@tramp.mysql.fi2000-10-031-20/+49
| | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-7/+16
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* mergemonty@donna.mysql.com2000-09-201-4/+7
|\
| * Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-4/+7
| |
* | better use of fn_format() in ha_mysisam::restore() and ha_myisam::backup()sasha@mysql.sashanet.com2000-09-181-25/+9
|/ | | | fixed buffer overflow in fn_format()
* Fix that REPAIR/ALTER TABLE use myisam_tempdirmonty@donna.mysql.com2000-09-161-3/+4
|
* BACKUP TABLE TO 'directory'sasha@mysql.sashanet.com2000-09-141-0/+80
| | | | | RESTORE TABLE FROM 'directory' log on slave when it connects to the master
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-45/+83
|
* Small portability fixesmonty@donna.mysql.com2000-09-071-1/+0
|
* Stopwords (English only); fulltext keys now can be repairedserg@infomag.ape.relarn.ru2000-08-251-0/+1
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-2/+0
| | | | | Fixes for RENAME TABLE Portability fixes
* Mergemonty@donna.mysql.com2000-08-181-15/+25
|\
| * Removed blanksmonty@donna.mysql.com2000-08-181-23/+23
| |
| * Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-16/+26
| | | | | | | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* | Mergeserg@infomag.ape.relarn.ru2000-08-171-21/+26
|\ \ | |/
| * Additions for CHECK table + update of benchmarksmonty@donna.mysql.com2000-08-171-21/+26
| |
* | Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butserg@infomag.ape.relarn.ru2000-08-171-29/+27
|/ | | | | slow - full table scan); ORDER BY now works with MATCH (slow, full table scan)
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-12/+57
|
* Import changesetbk@work.mysql.com2000-07-311-0/+873