Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed --replace to --replace_result in mysqltest | monty@donna.mysql.com | 2001-02-15 | 5 | -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 myisampack | monty@donna.mysql.com | 2001-02-07 | 1 | -1/+6 |
| | |||||
* | New myisamchk option --sort-recover | monty@donna.mysql.com | 2001-01-31 | 4 | -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() | ||||
* | merge | monty@donna.mysql.com | 2001-01-28 | 1 | -1/+1 |
|\ | |||||
| * | logging_ok Logging to logging@openlogging.org accepted | serg@serg.mysql.com | 2001-01-27 | 1 | -1/+1 |
| | | | | | | | | | | mi_check.c fix for empty FULLTEXT index manual.texi fulltext finetuning 50% limit issue modified | ||||
* | | Fixed ALTER TABLE on MERGE tables | monty@donna.mysql.com | 2001-01-28 | 1 | -15/+22 |
|/ | | | | Fixed bug in DISTINCT | ||||
* | Add --with-server-suffix (MYSQL_SERVER_SUFFIX). | tim@cane.mysql.fi | 2001-01-19 | 1 | -0/+1 |
| | |||||
* | Fixed bug in CHECK TABLE ... EXTENDED | monty@donna.mysql.com | 2001-01-16 | 2 | -4/+9 |
| | | | | | Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha | ||||
* | Removed not used variable 'last_ref' | monty@donna.mysql.com | 2001-01-16 | 2 | -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 write | monty@donna.mysql.com | 2001-01-15 | 3 | -12/+24 |
| | | | | Sanity checks when opening MyISAM files | ||||
* | Fixed bug when having many binary log files | monty@donna.mysql.com | 2001-01-08 | 4 | -77/+79 |
| | | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest | ||||
* | Fixed bug in myisamchk -r -k# | monty@donna.mysql.com | 2001-01-03 | 2 | -2/+8 |
| | |||||
* | Fixed new bug in BDB tables | monty@donna.mysql.com | 2000-12-31 | 1 | -1/+1 |
| | |||||
* | Extended mysqltest with --commands and 'require' | monty@donna.mysql.com | 2000-12-27 | 1 | -1/+1 |
| | | | | | Fixed test results. Added mysqld variable 'have_isam' | ||||
* | Fixed bug in 'drop table' | monty@donna.mysql.com | 2000-11-29 | 1 | -1/+1 |
| | | | | Portability fixes | ||||
* | Merge | serg@serg.mysql.com | 2000-11-28 | 1 | -0/+2 |
|\ | |||||
| * | errmsg.txt translated | serg@serg.mysql.com | 2000-11-28 | 1 | -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 OS2 | monty@donna.mysql.com | 2000-11-28 | 3 | -4/+18 |
| | | | | | | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name | ||||
* | | Added connect_timeout and fix for transactions per statement | monty@donna.mysql.com | 2000-11-27 | 2 | -2/+2 |
|/ | |||||
* | Split error message for crashed table to 3 different error messages. | monty@donna.mysql.com | 2000-11-22 | 2 | -7/+22 |
| | | | | Fixes for Windows | ||||
* | Fixed problem with auto-repair of MyISAM tables | monty@donna.mysql.com | 2000-11-21 | 5 | -7/+20 |
| | | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes | ||||
* | Fixed some reported bugs | monty@donna.mysql.com | 2000-11-18 | 1 | -2/+6 |
| | |||||
* | changed to use IO_CACHE instead of FILE | monty@donna.mysql.com | 2000-11-16 | 5 | -4/+15 |
| | |||||
* | ft_parser.c minor bug that causes slightly incorrect weights and was found ↵ | serg@serg.mysql.com | 2000-11-09 | 1 | -3/+1 |
| | | | | only by occation fixed | ||||
* | Ill-minded FULLTEXT impilict initialization hack removed. | serg@serg.mysql.com | 2000-11-02 | 1 | -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 parts | monty@donna.mysql.com | 2000-10-25 | 1 | -1/+0 |
| | |||||
* | Update of interface for BDB tables. | monty@donna.mysql.com | 2000-10-24 | 1 | -2/+2 |
| | | | | Fixed bug in SHOW CREATE TABLE | ||||
* | Fix of automatic repair | monty@donna.mysql.com | 2000-10-23 | 2 | -4/+11 |
| | |||||
* | Give an error if you use a BLOB(X) where X > 255 | monty@donna.mysql.com | 2000-10-22 | 2 | -4/+4 |
| | | | | Fixes for MIT pthreads | ||||
* | Fixes for automatic recover of MyISAM tables | monty@donna.mysql.com | 2000-10-17 | 3 | -28/+106 |
| | |||||
* | Fixes for automatic repair | monty@donna.mysql.com | 2000-10-17 | 2 | -4/+6 |
| | |||||
* | Automatic repair of MyISAM tables + small bug fixes | monty@donna.mysql.com | 2000-10-17 | 4 | -66/+51 |
| | |||||
* | Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ↵ | monty@tik.mysql.com | 2000-10-15 | 2 | -2/+20 |
| | | | | tables | ||||
* | Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and | monty@donna.mysql.com | 2000-10-14 | 2 | -30/+31 |
| | | | | a lot of portability issues. | ||||
* | merge | monty@donna.mysql.com | 2000-10-11 | 5 | -21/+35 |
|\ | |||||
| * | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 5 | -21/+35 |
| | | |||||
* | | Merge | serg@serg.mysql.com | 2000-10-07 | 3 | -113/+80 |
|\ \ | |/ | |||||
| * | Small fixes | monty@donna.mysql.com | 2000-10-05 | 1 | -0/+3 |
| | | |||||
| * | Portability fixes | monty@donna.mysql.com | 2000-10-04 | 1 | -2/+4 |
| | | |||||
| * | First part of automatic repair of MyISAM tables. | monty@tramp.mysql.fi | 2000-10-03 | 2 | -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 FULLTEXT | serg@serg.mysql.com | 2000-10-04 | 1 | -3/+4 |
|/ | | | | ft_parser.c Nasty buffer overflow fixed | ||||
* | Fixed indention, removed compiler varnings and fixed a bug | monty@donna.mysql.com | 2000-09-29 | 6 | -30/+61 |
| | | | | in FULLTEXT indexes. | ||||
* | Fixes for release | monty@donna.mysql.com | 2000-09-27 | 2 | -3/+10 |
| | |||||
* | Small fixes for release | monty@donna.mysql.com | 2000-09-26 | 3 | -8/+26 |
| | |||||
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 5 | -46/+83 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | Fixes for MyISAM and packed keys + AIX | monty@donna.mysql.com | 2000-09-22 | 3 | -8/+21 |
| | |||||
* | Fix for SAFE_MUTEX + MERGE tables | monty@donna.mysql.com | 2000-09-21 | 1 | -0/+1 |
| | |||||
* | Small bug fixes + code for DELETE QUICK | monty@donna.mysql.com | 2000-09-20 | 9 | -14/+43 |
| | |||||
* | Fix that REPAIR/ALTER TABLE use myisam_tempdir | monty@donna.mysql.com | 2000-09-16 | 3 | -4/+8 |
| | |||||
* | Fixes for MERGE TABLES and HEAP tables | monty@donna.mysql.com | 2000-09-14 | 3 | -8/+25 |
| |