summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for valgrindunknown2003-04-231-4/+8
* Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-101-4/+8
|\
| * Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_c...unknown2003-03-071-4/+8
| * Fixed bug in <=> NULL handlingunknown2002-12-021-1/+1
* | Fixed memory reference error when doing key_column <=> NULL on column that is...unknown2003-02-101-12/+2
* | Fix problem in MIN/MAX optimisation (from last patch)unknown2003-02-071-2/+0
* | Added START TRANSACTION syntaxunknown2003-02-061-2/+3
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-1/+3
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-3/+3
* | merge with 3.23 to get bugfixes for <=> NULL and --bind-addressunknown2002-11-241-6/+12
|\ \ | |/
| * Fixed bug with indexed NULL column <=> NULLunknown2002-11-221-6/+12
| * Backported fix from 4.0 which caused core dumps for some complex queries.unknown2002-06-171-1/+2
* | removed DBUG_ENTER/RETURN tagsunknown2002-11-111-234/+116
* | manually mergedunknown2002-11-071-116/+234
|\ \
| * | DBUG_ENTER/RETURN tags addedunknown2002-11-051-116/+234
* | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-25/+30
|/ /
* | opt_range.cc:unknown2002-09-121-1/+7
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...unknown2002-08-171-0/+1
* | Removed mysql_ssl_clear() unknown2002-06-271-1/+3
* | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-12/+12
* | Fixed problem with innodb_log_group_home_dir and SHOW VARIABLESunknown2002-06-171-1/+2
* | A fix for a bug which hits the optimiser when trying to group keysunknown2002-06-151-1/+1
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-1/+1
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-5/+6
* | Fix sorting of NULL values (Should always be first)unknown2002-03-021-7/+8
* | Increase max package length to 512M for mysql and mysqldump.unknown2002-01-231-0/+3
* | New improved IO_CACHEunknown2001-11-281-1/+1
* | fixes for ft-boolean and range optimizerunknown2001-11-221-5/+0
* | Portability fixunknown2001-11-071-2/+2
* | Don't do signal() on windows (Causes instability problems)unknown2001-10-171-11/+15
* | Final fixes for INSERT into MERGE tables.unknown2001-09-271-1/+1
* | Portability fixesunknown2001-09-151-2/+4
* | Remove warnings and portability fixesunknown2001-08-141-1/+0
* | Fix ORDER BY ... DESC optimizationunknown2001-06-291-22/+90
* | Implement ORDER BY DESC optimization, which reads values in descendingunknown2001-06-281-3/+155
|/
* Fixed portability problems in mysqlcheckunknown2001-04-211-1/+3
* Moved test to keep Tim happyunknown2001-04-171-3/+2
* Don't use ranges on HEAP tables with LIKEunknown2001-04-171-1/+5
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLunknown2001-04-101-3/+29
* Add support for Gemini table handler, Monty has checked and approvedunknown2001-03-211-8/+17
* Merged some functions and removed some unused client functions.unknown2001-03-061-2/+4
* Removed init that crashed BDBunknown2000-12-111-1/+1
* Temporary fix for handling wild_one at end of string (key compression).unknown2000-12-081-0/+5
* New error messagesunknown2000-12-051-1/+0
* Mergeunknown2000-12-031-0/+1
|\
| * Small manual changes + fix bug in range optimizer becasue of commented codeunknown2000-12-031-1/+1
* | opt_range.cc bugfix (sel000033.test)unknown2000-11-301-1/+1
|/
* errmsg.txt translatedunknown2000-11-281-2/+5
* Automatic primary key for BDB tablesunknown2000-10-161-0/+1
* ORDER BY works with FULLTEXT keysunknown2000-10-071-3/+3