Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed mysql_ssl_clear() | monty@hundin.mysql.fi | 2002-06-27 | 1 | -1/+3 |
| | | | | | | | Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory. | ||||
* | Made keyread (key scanning) a key specific attribute. | monty@hundin.mysql.fi | 2002-06-19 | 1 | -12/+12 |
| | | | | | This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem. | ||||
* | Fixed problem with innodb_log_group_home_dir and SHOW VARIABLES | monty@hundin.mysql.fi | 2002-06-17 | 1 | -1/+2 |
| | |||||
* | A fix for a bug which hits the optimiser when trying to group keys | Sinisa@sinisa.nasamreza.org | 2002-06-15 | 1 | -1/+1 |
| | | | | | | for a seemingly impoosbile conds in WHERE.... This crashed MySQL in 4.0.2 | ||||
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -1/+1 |
| | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | Update for BTREE keys in HEAP tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -5/+6 |
| | | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags() | ||||
* | Fix sorting of NULL values (Should always be first) | monty@tik.mysql.fi | 2002-03-02 | 1 | -7/+8 |
| | | | | Fix problem with HAVING and MAX() IS NOT NULL | ||||
* | Increase max package length to 512M for mysql and mysqldump. | monty@hundin.mysql.fi | 2002-01-23 | 1 | -0/+3 |
| | | | | | | Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables. | ||||
* | New improved IO_CACHE | monty@bitch.mysql.fi | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | fixes for ft-boolean and range optimizer | serg@serg.mysql.com | 2001-11-22 | 1 | -5/+0 |
| | |||||
* | Portability fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -2/+2 |
| | | | | Cleanup typos (like SKIPP -> SKIP) | ||||
* | Don't do signal() on windows (Causes instability problems) | monty@hundin.mysql.fi | 2001-10-17 | 1 | -11/+15 |
| | | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline. | ||||
* | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -1/+1 |
| | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors | ||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-09-15 | 1 | -2/+4 |
| | |||||
* | Remove warnings and portability fixes | monty@hundin.mysql.fi | 2001-08-14 | 1 | -1/+0 |
| | | | | | | New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general. | ||||
* | Fix ORDER BY ... DESC optimization | monty@hundin.mysql.fi | 2001-06-29 | 1 | -22/+90 |
| | |||||
* | Implement ORDER BY DESC optimization, which reads values in descending | tim@white.box | 2001-06-28 | 1 | -3/+155 |
| | | | | order directly from the index instead of using a filesort. | ||||
* | Fixed portability problems in mysqlcheck | monty@donna.mysql.fi | 2001-04-21 | 1 | -1/+3 |
| | |||||
* | Moved test to keep Tim happy | monty@donna.mysql.fi | 2001-04-17 | 1 | -3/+2 |
| | |||||
* | Don't use ranges on HEAP tables with LIKE | monty@donna.mysql.fi | 2001-04-17 | 1 | -1/+5 |
| | | | | Don't reconnect client on close | ||||
* | Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL | monty@donna.mysql.fi | 2001-04-10 | 1 | -3/+29 |
| | |||||
* | Add support for Gemini table handler, Monty has checked and approved | mikef@nslinux.bedford.progress.com | 2001-03-21 | 1 | -8/+17 |
| | | | | Fix bug when read return error | ||||
* | Merged some functions and removed some unused client functions. | monty@donna.mysql.fi | 2001-03-06 | 1 | -2/+4 |
| | | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user. | ||||
* | Removed init that crashed BDB | monty@donna.mysql.com | 2000-12-11 | 1 | -1/+1 |
| | | | | Fixed newly introduced bug in update | ||||
* | Temporary fix for handling wild_one at end of string (key compression). | jani@prima.mysql.fi | 2000-12-08 | 1 | -0/+5 |
| | | | | Full fix shall be in MySQL 4.1. (This is a hard one (!)) | ||||
* | New error messages | monty@donna.mysql.com | 2000-12-05 | 1 | -1/+0 |
| | | | | | Fix for creating read-only files on windows Manual updates | ||||
* | Merge | monty@narttu.mysql.fi | 2000-12-03 | 1 | -0/+1 |
|\ | |||||
| * | Small manual changes + fix bug in range optimizer becasue of commented code | monty@donna.mysql.com | 2000-12-03 | 1 | -1/+1 |
| | | |||||
* | | opt_range.cc bugfix (sel000033.test) | serg@serg.mysql.com | 2000-11-30 | 1 | -1/+1 |
|/ | |||||
* | errmsg.txt translated | serg@serg.mysql.com | 2000-11-28 | 1 | -2/+5 |
| | | | | | | | | | 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 | ||||
* | Automatic primary key for BDB tables | monty@donna.mysql.com | 2000-10-16 | 1 | -0/+1 |
| | |||||
* | ORDER BY works with FULLTEXT keys | serg@serg.mysql.com | 2000-10-07 | 1 | -3/+3 |
| | |||||
* | Update to new root alloc, OPTIMIZE TABLE and some other changes | monty@donna.mysql.com | 2000-09-12 | 1 | -5/+5 |
| | |||||
* | Bug fixes for 3.23.23 | monty@donna.mysql.com | 2000-08-29 | 1 | -1/+11 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+2543 |