summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Strict mode & better warningsunknown2004-09-281-4/+6
* Removed wrong warnings in test suite (This was because select_insert / select...unknown2004-09-171-1/+1
* After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-6/+16
* Merge with 4.1unknown2004-09-061-2/+10
|\
| * 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
* | Fixed another bug#4984-type problem. This probably isn't the last fix for thi...unknown2004-08-131-0/+2
* | Fix and testcase for BUG#4984unknown2004-08-111-9/+15
* | compatibility fixesunknown2004-07-271-1/+1
* | misc fixes for compile-time errorsunknown2004-07-211-511/+512
* | Fixes for bug #4571 (Windows compabilities)unknown2004-07-161-3/+2
* | After merge fixesunknown2004-07-151-16/+28
* | Merge with 4.1unknown2004-07-121-96/+99
|\ \ | |/
| * New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-3/+6
* | After merge fixesunknown2004-07-121-2/+2
* | Merge with 4.1.3-betaunknown2004-07-071-50/+34
|\ \ | |/
| * 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
* | | Range optimizer fix: unknown2004-06-221-11/+11
* | | Post-merge fixesunknown2004-06-141-5/+10
* | | Manual mergeunknown2004-06-141-397/+2678
|\ \ \
| * | | More code cleanup, debug prints removedunknown2004-06-011-21/+21
| * | | Manual mergeunknown2004-05-291-395/+2676
| |\ \ \
| | * | | * Undo of range optimizer fix from previous changesetunknown2004-05-291-11/+13
| | * | | * New index_merge EXPLAIN output formatunknown2004-05-291-344/+812
| | * | | Manual mergeunknown2004-05-131-356/+2167
| | |\ \ \
| | | * | | This is first cset for WL#1394 "Optimize index merge when all involved index ...unknown2004-05-131-356/+2167
* | | | | | Post-merge fixes.unknown2004-06-071-2/+3
* | | | | | Post-merge fixes.unknown2004-06-031-1/+2
* | | | | | Merging 4.1 to 5.0.unknown2004-05-261-53/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | 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
| |/ / / /
* | | | | Post-merge fixes.unknown2004-05-141-186/+222
| |/ / / |/| | |
* | | | Merge 4.1 -> 5.0.unknown2004-04-071-24/+32
|\ \ \ \ | |/ / /
| * | | merge fixes (use old code)unknown2004-03-181-5/+5
| |\ \ \
| | * \ \ merge with 4.0unknown2004-03-161-5/+5
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-3/+3