Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug in 'drop table' | monty@donna.mysql.com | 2000-11-29 | 1 | -1/+1 |
* | Merge | serg@serg.mysql.com | 2000-11-28 | 1 | -0/+2 |
|\ | |||||
| * | errmsg.txt translated | serg@serg.mysql.com | 2000-11-28 | 1 | -0/+2 |
* | | New thr_alarm struct for better integration with OS2 | monty@donna.mysql.com | 2000-11-28 | 3 | -4/+18 |
* | | 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 |
* | Fixed problem with auto-repair of MyISAM tables | monty@donna.mysql.com | 2000-11-21 | 5 | -7/+20 |
* | 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 on... | serg@serg.mysql.com | 2000-11-09 | 1 | -3/+1 |
* | Ill-minded FULLTEXT impilict initialization hack removed. | serg@serg.mysql.com | 2000-11-02 | 1 | -4/+0 |
* | 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 |
* | 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 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 ta... | monty@tik.mysql.com | 2000-10-15 | 2 | -2/+20 |
* | Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and | monty@donna.mysql.com | 2000-10-14 | 2 | -30/+31 |
* | 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 |
* | | sql_table.cc key length limit check disabled for FULLTEXT | serg@serg.mysql.com | 2000-10-04 | 1 | -3/+4 |
|/ | |||||
* | Fixed indention, removed compiler varnings and fixed a bug | monty@donna.mysql.com | 2000-09-29 | 6 | -30/+61 |
* | 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 |
* | 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 |
* | Fixes for FULLTEXT and TIME type | monty@donna.mysql.com | 2000-09-13 | 3 | -30/+46 |
* | Update to new root alloc, OPTIMIZE TABLE and some other changes | monty@donna.mysql.com | 2000-09-12 | 2 | -10/+1 |
* | Small bug fixes | monty@donna.mysql.com | 2000-09-07 | 1 | -2/+2 |
* | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-08-29 | 3 | -3/+25 |
|\ | |||||
| * | Updates for release | monty@donna.mysql.com | 2000-08-29 | 3 | -3/+25 |
* | | sql_select.cc ft-optimization: AND, GT/LT/GE/LE | serg@infomag.ape.relarn.ru | 2000-08-29 | 1 | -1/+1 |
|/ | |||||
* | merge | monty@donna.mysql.com | 2000-08-29 | 9 | -4/+26 |
|\ | |||||
| * | Bug fixes for 3.23.23 | monty@donna.mysql.com | 2000-08-29 | 9 | -4/+26 |
* | | ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed. | serg@infomag.ape.relarn.ru | 2000-08-28 | 2 | -2/+25 |
* | | Stopwords (English only); fulltext keys now can be repaired | serg@infomag.ape.relarn.ru | 2000-08-25 | 2 | -16/+39 |
|/ | |||||
* | Fixes for Ia64 | monty@donna.mysql.com | 2000-08-23 | 2 | -5/+5 |
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -0/+2 |
* | RENAME TABLE table_name TO new_table_name ; Faster Alloc | monty@donna.mysql.com | 2000-08-21 | 1 | -14/+34 |
* | Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-08-18 | 4 | -11/+19 |
|\ |