summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed unlikely bug in the range optimzer when using many IN() queries on diff...monty@mysql.com2004-06-181-9/+21
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)monty@mysql.com2004-03-101-3/+3
* Changes to fix errors encountered in test builds on Windows.Greg@greg-laptop.2004-02-271-2/+2
* fixed copying of color in SEL_ARG::clone (fixed bug #2968)vva@eagle.mysql.r18.ru2004-02-121-0/+1
* Fixed problem with range optimization over overlapping ranges (#2448)monty@mysql.com2004-02-041-7/+12
* An improvement of the fix for the bug #2231: string column, ram@gw.mysql.r18.ru2004-01-081-15/+17
* Fix for the bug #2231: string column, INDEX+LIKE, don't take the ESCAPE chara...ram@gw.mysql.r18.ru2003-12-301-4/+7
* Simple cleanupsmonty@mysql.com2003-12-181-1/+0
* Fixed bug in last push found by valgrindmonty@mysql.com2003-12-141-8/+7
* Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-9/+37
* cleanup: if there is return from if-part, we don't need else statementkonstantin@mysql.com2003-12-101-1/+1
* followupserg@serg.mylan2003-12-091-2/+2
* code cleanup after some reasoningserg@serg.mylan2003-12-091-1/+1
* Fixed range optimzier bug (Bug #1828)monty@mysql.com2003-11-281-1/+1
* Add new user variables for tuning memory usage:monty@mashka.mysql.fi2003-10-111-40/+70
* bug #1172 - crash on force index() and SEL_ARG::MAYBE_KEYserg@serg.mylan2003-09-031-2/+2
* opt_range.cc: Fixes for out of memory conditions.jcole@mugatu.spaceapes.com2003-08-281-32/+41
* Cleanups to recent patchesmonty@mashka.mysql.fi2003-08-151-1/+2
* between range optimization bug (between with const on one end only)serg@serg.mylan2003-08-081-5/+8
* Optimized old patchesmonty@mashka.mysql.fi2003-07-011-1/+5
* bug with ranges and not_null_col=can_be_null_expr fixedserg@serg.mylan2003-06-261-1/+5
* Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-4/+8
* Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-4/+8
|\
| * Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_c...monty@mashka.mysql.fi2003-03-071-4/+8
| * Fixed bug in <=> NULL handlingmonty@hundin.mysql.fi2002-12-021-1/+1
* | Fixed memory reference error when doing key_column <=> NULL on column that is...monty@mashka.mysql.fi2003-02-101-12/+2
* | Fix problem in MIN/MAX optimisation (from last patch)monty@mashka.mysql.fi2003-02-071-2/+0
* | Added START TRANSACTION syntaxmonty@mashka.mysql.fi2003-02-061-2/+3
* | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-091-1/+3
* | Change of internal key_field=NULL handling to avoid error messages.monty@hundin.mysql.fi2002-12-031-3/+3
* | merge with 3.23 to get bugfixes for <=> NULL and --bind-addressmonty@mashka.mysql.fi2002-11-241-6/+12
|\ \ | |/
| * Fixed bug with indexed NULL column <=> NULLmonty@mashka.mysql.fi2002-11-221-6/+12
| * Backported fix from 4.0 which caused core dumps for some complex queries.monty@hundin.mysql.fi2002-06-171-1/+2
* | removed DBUG_ENTER/RETURN tagsserg@serg.mysql.com2002-11-111-234/+116
* | manually mergedserg@sergbook.mysql.com2002-11-071-116/+234
|\ \
| * | DBUG_ENTER/RETURN tags addedserg@sergbook.mysql.com2002-11-051-116/+234
* | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-25/+30
|/ /
* | opt_range.cc:heikki@hundin.mysql.fi2002-09-121-1/+7
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...monty@hundin.mysql.fi2002-08-171-0/+1
* | Removed mysql_ssl_clear() monty@hundin.mysql.fi2002-06-271-1/+3
* | Made keyread (key scanning) a key specific attribute.monty@hundin.mysql.fi2002-06-191-12/+12
* | Fixed problem with innodb_log_group_home_dir and SHOW VARIABLESmonty@hundin.mysql.fi2002-06-171-1/+2
* | A fix for a bug which hits the optimiser when trying to group keysSinisa@sinisa.nasamreza.org2002-06-151-1/+1
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-1/+1
* | Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-5/+6
* | Fix sorting of NULL values (Should always be first)monty@tik.mysql.fi2002-03-021-7/+8
* | Increase max package length to 512M for mysql and mysqldump.monty@hundin.mysql.fi2002-01-231-0/+3
* | New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-1/+1
* | fixes for ft-boolean and range optimizerserg@serg.mysql.com2001-11-221-5/+0
* | Portability fixmonty@hundin.mysql.fi2001-11-071-2/+2