summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#26624: high mem usage (crash) in range optimizerunknown2007-03-311-3/+5
* BUG#26624: high mem usage (crash) in range optimizerunknown2007-03-291-14/+15
* BUG#26624: high mem usage (crash) in range optimizerunknown2007-03-281-31/+131
* Fix for bug #20732: Partial index and long sjis search with '>' fails sometimesunknown2006-10-191-1/+5
* Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-09-281-3/+4
|\
| * Bug #2717: include/my_global.h mis-defines __attribute__unknown2006-08-171-3/+4
* | Bug #21180: Subselect with index for both WHERE and ORDER BY produces empty r...unknown2006-08-031-1/+13
|/
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-07-011-4/+179
|\
| * BUG#16168: Wrong results from range optimizer, "Use_count: Wrong count for ke...unknown2006-06-301-4/+179
* | gcc 4.1 linux warning fixes backported from 5.0.unknown2006-06-281-2/+2
|/
* Bug #4981: 4.x and 5.x produce non-optimal execution path, unknown2006-06-021-1/+1
* BUG#12915: post-review fixesunknown2005-10-181-5/+7
* BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMITunknown2005-09-301-0/+88
* item_cmpfunc.h:unknown2005-09-061-2/+3
* Move reset of insert_values to ensure it's done also during error conditionsunknown2005-06-281-2/+1
* opt_range.cc:unknown2005-06-281-1/+1
* Fix for BUG#11185.unknown2005-06-231-3/+35
* a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* tztime.cc:unknown2005-06-021-0/+2
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* Fix for BUG#9103: unknown2005-04-181-1/+1
* Fix for BUG#9348: when computing union of two intervals set lower bound to unknown2005-04-171-0/+1
* Simpler arena swapping codeunknown2004-11-081-7/+8
* opt_range.cc, range.result, range.test:unknown2004-11-031-3/+12
* Initialise "sorted" variable in constructor of QUICK_SELECT. The variable is ...unknown2004-10-071-1/+1
* Implementation of Monty's idea about clear_alloc_root() optimization and clea...unknown2004-09-231-2/+6
* sql_print_error cleanupunknown2004-09-041-3/+3
* Should check for GEOM_FLAG later because keyX may be partly initialized (min_...unknown2004-08-261-6/+7
* A fix (Bug#5219: Cannot use '||' with MBRContains(..)).unknown2004-08-261-5/+12
* New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-3/+6
* mergedunknown2004-06-251-3/+0
|\
| * release cursors in return_zero_rowsunknown2004-06-251-4/+1
* | After merge fixesunknown2004-06-251-1/+3
|/
* workaround for gcc 2.95.3 bugunknown2004-06-251-0/+3
* bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() beforeunknown2004-06-241-1/+2
* mergedunknown2004-06-231-36/+6
|\
| * handler interface cleanups:unknown2004-06-231-36/+6
* | Merge with 4.0.21unknown2004-06-181-9/+21
|\ \ | |/ |/|
| * Fixed unlikely bug in the range optimzer when using many IN() queries on diff...unknown2004-06-181-9/+21
* | Support for character set conversion in binary protocol: another gounknown2004-05-251-3/+3
* | After merge fixesunknown2004-05-241-2/+3
* | key_cmp -> key_cmp_if_sameunknown2004-05-161-50/+31
* | Windows fixes for VC++ compiler compabilityunknown2004-05-051-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-081-180/+161
|\ \
| * | Moved reading of ranges from opt_range.cc to handler.ccunknown2004-04-081-123/+90
| * | Cleanup/optimizations of structures and key usage to make it easier to move k...unknown2004-04-081-69/+83
* | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-1/+1
|/ /
* | merge fixes (use old code)unknown2004-03-181-5/+5
|\ \
| * \ merge with 4.0unknown2004-03-161-5/+5
| |\ \ | | |/