summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #9798: Rollup crash with InnoDB in setup_sum_funcs().unknown2005-05-091-1/+6
* mergeunknown2005-05-061-9/+10
|\
| * Fixes while reviewing new codeunknown2005-05-061-9/+10
* | Fix for BUG#10244:unknown2005-04-291-6/+19
|/
* BUG#10037: A proper fix: Add 0.01 to cost of 'range' scans, don't add 0.01 to...unknown2005-04-261-6/+11
* Fix for BUG#10037unknown2005-04-211-1/+4
* BUG#9103 merge to 5.0unknown2005-04-201-1/+1
|\
| * Fix for BUG#9103: unknown2005-04-181-1/+1
* | Post-merge fixesunknown2005-04-171-0/+1
|\ \ | |/
| * Fix for BUG#9348: when computing union of two intervals set lower bound to unknown2005-04-171-0/+1
* | remove the rest of isam/merge referencesunknown2005-04-051-2/+1
* | removed unnecessary (and incorrect) space trimming/padding in generating rangesunknown2005-03-231-30/+4
* | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onunknown2005-03-181-0/+1
* | Cleanup during reviewsunknown2005-03-161-2/+4
* | Fix for BUG#8532.unknown2005-02-281-1/+10
* | Merge with global treeunknown2005-02-251-4/+2
|\ \
| * | Remove compiler warnings and remove not used variablesunknown2005-02-251-4/+2
* | | Fix for BUG#8576unknown2005-02-231-1/+9
|/ /
* | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-02-231-2/+6
|\ \
| * | Fix for BUG#8576unknown2005-02-231-2/+6
* | | Coding style fixes according to Sergei's feedbackunknown2005-02-221-4/+4
* | | Post review coding style fixes.unknown2005-02-221-2/+4
* | | Fix for BUG#8578 "Test case 'index_merge_ror' fails on SGI irix"unknown2005-02-221-2/+3
|/ /
* | Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only ...unknown2005-02-051-1/+1
* | Fixes for windows compilation bugsunknown2005-01-261-1/+1
* | Fix for BUG#8003 attempt 2: unknown2005-01-251-0/+5
* | Mergeunknown2005-01-201-47/+15
|\ \
| * | Post WL#2126 fixes: unknown2004-12-291-47/+15
* | | Post-review fixes for the previous cset. No code behavior changes.unknown2005-01-181-3/+8
* | | Fixes in opt_range.cc: ROR plan choice codeunknown2005-01-171-172/+180
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-121-4/+6
|\ \ \
| * \ \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-121-4/+6
| |\ \ \
| | * | | Make index_merge code call handler::extra(HA_EXTRA_RETRIEVE_PRIMARY_KEY) if it unknown2004-12-231-4/+6
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-121-5/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix for use of unitialized variable errors: Manually deleteunknown2005-01-121-5/+4
* | | | | Fixed memory reference errors found by valgrindunknown2005-01-121-3/+5
|/ / / /
* | | | mergeunknown2005-01-071-35/+43
|\ \ \ \
| * | | | First stage of table definition cacheunknown2005-01-061-35/+43
| | |/ / | |/| |
* | | | wl2126 - fix ndb part of "latest" ingo patchunknown2004-12-281-1/+1
|/ / /
* | | WL#2126 - Multi_read_range.unknown2004-12-231-55/+188
|/ /
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-211-35/+79
|\ \
| * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-11-211-35/+79
| |\ \
| | * | Fix for BUG#4177: unknown2004-11-211-35/+79
* | | | Merge with global treeunknown2004-12-191-7/+11
* | | | Add 0x before pointers (to help with debugging)unknown2004-12-181-4/+6
* | | | Merge with new VARCHAR codeunknown2004-12-061-5/+6
|\ \ \ \
| * | | | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-5/+6
| | |/ / | |/| |
* | | | Fix for division by zero problem: unknown2004-11-281-2/+8
* | | | protection: TRASH in deleteunknown2004-11-281-1/+1
* | | | don't crash when trp=0unknown2004-11-231-3/+3
| |/ / |/| |