Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed delete in tables with hidden primary key | monty@donna.mysql.com | 2000-12-12 | 1 | -1/+1 |
| | | | | | | Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files | ||||
* | New error messages | monty@donna.mysql.com | 2000-12-05 | 1 | -1/+4 |
| | | | | | Fix for creating read-only files on windows Manual updates | ||||
* | Fixed bug in 'drop table' | monty@donna.mysql.com | 2000-11-29 | 1 | -0/+8 |
| | | | | Portability fixes | ||||
* | Merge | serg@serg.mysql.com | 2000-11-28 | 1 | -1/+11 |
|\ | |||||
| * | errmsg.txt translated | serg@serg.mysql.com | 2000-11-28 | 1 | -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 OS2 | monty@donna.mysql.com | 2000-11-28 | 1 | -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.com | 2000-11-22 | 1 | -3/+7 |
| | | | | Fixes for Windows | ||||
* | fixed bug with FULLTEXT and ORDER BY | serg@serg.mysql.com | 2000-11-04 | 1 | -1/+2 |
| | |||||
* | Ill-minded FULLTEXT impilict initialization hack removed. | serg@serg.mysql.com | 2000-11-02 | 1 | -22/+8 |
| | | | | From now on FULLTEXT search is initialized expilictly in mysql_select() | ||||
* | Fix of automatic repair | monty@donna.mysql.com | 2000-10-23 | 1 | -20/+35 |
| | |||||
* | Fixes for automatic recover of MyISAM tables | monty@donna.mysql.com | 2000-10-17 | 1 | -48/+18 |
| | |||||
* | Fixes for automatic repair | monty@donna.mysql.com | 2000-10-17 | 1 | -12/+17 |
| | |||||
* | Automatic repair of MyISAM tables + small bug fixes | monty@donna.mysql.com | 2000-10-17 | 1 | -7/+32 |
| | |||||
* | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 1 | -10/+30 |
| | |||||
* | Fixed bug in how FAST and CHANGED worked | monty@donna.mysql.com | 2000-10-05 | 1 | -3/+4 |
| | |||||
* | First part of automatic repair of MyISAM tables. | monty@tramp.mysql.fi | 2000-10-03 | 1 | -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.fi | 2000-09-26 | 1 | -7/+16 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | merge | monty@donna.mysql.com | 2000-09-20 | 1 | -4/+7 |
|\ | |||||
| * | Small bug fixes + code for DELETE QUICK | monty@donna.mysql.com | 2000-09-20 | 1 | -4/+7 |
| | | |||||
* | | better use of fn_format() in ha_mysisam::restore() and ha_myisam::backup() | sasha@mysql.sashanet.com | 2000-09-18 | 1 | -25/+9 |
|/ | | | | fixed buffer overflow in fn_format() | ||||
* | Fix that REPAIR/ALTER TABLE use myisam_tempdir | monty@donna.mysql.com | 2000-09-16 | 1 | -3/+4 |
| | |||||
* | BACKUP TABLE TO 'directory' | sasha@mysql.sashanet.com | 2000-09-14 | 1 | -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 changes | monty@donna.mysql.com | 2000-09-12 | 1 | -45/+83 |
| | |||||
* | Small portability fixes | monty@donna.mysql.com | 2000-09-07 | 1 | -1/+0 |
| | |||||
* | Stopwords (English only); fulltext keys now can be repaired | serg@infomag.ape.relarn.ru | 2000-08-25 | 1 | -0/+1 |
| | |||||
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -2/+0 |
| | | | | | Fixes for RENAME TABLE Portability fixes | ||||
* | Merge | monty@donna.mysql.com | 2000-08-18 | 1 | -15/+25 |
|\ | |||||
| * | Removed blanks | monty@donna.mysql.com | 2000-08-18 | 1 | -23/+23 |
| | | |||||
| * | Updated benchmark and results for PostgreSQL 7.0.2 | monty@donna.mysql.com | 2000-08-18 | 1 | -16/+26 |
| | | | | | | | | | | Added more status to the MyISAM files to avoid checking files that has already been checked. | ||||
* | | Merge | serg@infomag.ape.relarn.ru | 2000-08-17 | 1 | -21/+26 |
|\ \ | |/ | |||||
| * | Additions for CHECK table + update of benchmarks | monty@donna.mysql.com | 2000-08-17 | 1 | -21/+26 |
| | | |||||
* | | Many MATCH'es per query now allowed (i.e. AND's and OR's now work, but | serg@infomag.ape.relarn.ru | 2000-08-17 | 1 | -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 fixes | monty@donna.mysql.com | 2000-08-15 | 1 | -12/+57 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+873 |