summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Collapse)AuthorAgeFilesLines
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-155-29/+46
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* 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
| | | | | | | | Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
* mergemonty@donna.mysql.com2001-01-281-1/+1
|\
| * logging_ok Logging to logging@openlogging.org acceptedserg@serg.mysql.com2001-01-271-1/+1
| | | | | | | | | | mi_check.c fix for empty FULLTEXT index manual.texi fulltext finetuning 50% limit issue modified
* | Fixed ALTER TABLE on MERGE tablesmonty@donna.mysql.com2001-01-281-15/+22
|/ | | | Fixed bug in DISTINCT
* 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
| | | | | Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha
* Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-162-1/+2
| | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* Fixed test when exeeding file quota on writemonty@donna.mysql.com2001-01-153-12/+24
| | | | Sanity checks when opening MyISAM files
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-084-77/+79
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* 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 test results. Added mysqld variable 'have_isam'
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-1/+1
| | | | Portability fixes
* Mergeserg@serg.mysql.com2000-11-281-0/+2
|\
| * errmsg.txt translatedserg@serg.mysql.com2000-11-281-0/+2
| | | | | | | | | | | | | | | | | | 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-283-4/+18
| | | | | | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* | 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
| | | | Fixes for Windows
* Fixed problem with auto-repair of MyISAM tablesmonty@donna.mysql.com2000-11-215-7/+20
| | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes
* 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 ↵serg@serg.mysql.com2000-11-091-3/+1
| | | | only by occation fixed
* Ill-minded FULLTEXT impilict initialization hack removed.serg@serg.mysql.com2000-11-021-4/+0
| | | | From now on FULLTEXT search is initialized expilictly in mysql_select()
* 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
| | | | Fixed bug in SHOW CREATE TABLE
* 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 MIT pthreads
* 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 ↵monty@tik.mysql.com2000-10-152-2/+20
| | | | tables
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-142-30/+31
| | | | a lot of portability issues.
* 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
| | | | | | | | | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
* | sql_table.cc key length limit check disabled for FULLTEXTserg@serg.mysql.com2000-10-041-3/+4
|/ | | | ft_parser.c Nasty buffer overflow fixed
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-296-30/+61
| | | | in FULLTEXT indexes.
* 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
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* 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
|