summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Fixed one warning and two errors reported by VC 6.0.unknown2004-11-181-2/+2
* | Fix warnings and compilation failures (Windows).unknown2004-11-171-3/+4
|/
* After merge fixesunknown2004-11-091-2/+2
* Merge with 4.1 to get new thd->mem_root handlingunknown2004-11-081-19/+19
|\
| * Simpler arena swapping codeunknown2004-11-081-7/+8
* | Merge with 4.1 to get in latest bug fixesunknown2004-11-041-3/+12
|\ \ | |/
| * opt_range.cc, range.result, range.test:unknown2004-11-031-3/+12
* | Merge on pullunknown2004-11-031-42/+51
|\ \
| * | Fixes after merge with 4.1unknown2004-11-031-1/+2
| * | merge with 4.1unknown2004-10-291-43/+51
| |\ \ | | |/
| | * Initialise "sorted" variable in constructor of QUICK_SELECT. The variable is ...unknown2004-10-071-1/+1