summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* item_cmpfunc.h:igor@rurik.mysql.com2004-10-251-1/+3
* Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2004-10-201-7/+4
|\
| * code clean-up.ram@gw.mysql.r18.ru2004-10-201-3/+1
| * A fix (bug #6142: SELECT DISTINCT on key field crashes server)ram@gw.mysql.r18.ru2004-10-201-4/+3
* | opt_range.cc:igor@rurik.mysql.com2004-10-201-0/+2
* | Merge for post-merge fixes for Item_equal patch.igor@rurik.mysql.com2004-10-191-84/+176
|\ \ | |/ |/|
| * table.h, sql_select.h:igor@rurik.mysql.com2004-10-191-0/+57
| * Merge for Item_equal.igor@rurik.mysql.com2004-10-091-86/+121
| |\
| | * sql_select.cc, opt_range.cc, item.cc:igor@rurik.mysql.com2004-02-191-8/+8
| | * Manual mergeigor@rurik.mysql.com2004-02-191-31/+73
| | * Many files:igor@rurik.mysql.com2004-02-181-62/+86
| | * Auto Mergeigor@rurik.mysql.com2003-12-231-76/+150
| | |\
| | | * Mergeigor@rurik.mysql.com2003-12-011-1/+1
| | | |\
| | | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2003-11-281-10/+13
| | | |\ \
| | | * \ \ Post-merge after itroducing Item_equaligor@rurik.mysql.com2003-11-261-75/+150
| | | |\ \ \
| | | | * | | This ChangeSet Introdices Item_equal.igor@rurik.mysql.com2003-11-261-75/+147
* | | | | | | compatibility fixserg@serg.mylan2004-10-181-1/+1
* | | | | | | Fixed compilation problem due to WL#1724 code inside #ifndef DBUG_OFF ... #en...timour@mysql.com2004-10-131-89/+92
* | | | | | | Renamed formal parameters of constructors so that they are different from cla...timour@mysql.com2004-10-121-36/+33
* | | | | | | Merge with implementation of WL#1724.timour@mysql.com2004-10-111-105/+2214
|\ \ \ \ \ \ \
| * | | | | | | Manual merge with implementation for WL#1724timour@mysql.com2004-10-111-17/+38
| * | | | | | | Fixes for WL#1724 required by the third code review.timour@mysql.com2004-10-111-40/+63
| * | | | | | | Implementation of the last review comments for WL#1724timour@mysql.com2004-09-101-376/+407
| * | | | | | | WL#1724 "Min/Max Optimization for Queries with Group By Clause"timour@mysql.com2004-08-271-100/+2147
* | | | | | | | prevent substituting Item_ref as VIEW fields in WHERE conditions (BUG#5969)bell@sanja.is.com.ua2004-10-101-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Strict mode & better warningsmonty@mishka.local2004-09-281-4/+6
* | | | | | | Removed wrong warnings in test suite (This was because select_insert / select...monty@mishka.local2004-09-171-1/+1
* | | | | | | After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-6/+16
* | | | | | | Merge with 4.1monty@mysql.com2004-09-061-2/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Should check for GEOM_FLAG later because keyX may be partly initialized (min_...ram@gw.mysql.r18.ru2004-08-261-6/+7
| * | | | | | A fix (Bug#5219: Cannot use '||' with MBRContains(..)).ram@gw.mysql.r18.ru2004-08-261-5/+12
* | | | | | | Fixed another bug#4984-type problem. This probably isn't the last fix for thi...sergefp@mysql.com2004-08-131-0/+2
* | | | | | | Fix and testcase for BUG#4984sergefp@mysql.com2004-08-111-9/+15
* | | | | | | compatibility fixesserg@serg.mylan2004-07-271-1/+1
* | | | | | | misc fixes for compile-time errorsserg@serg.mylan2004-07-211-511/+512
* | | | | | | Fixes for bug #4571 (Windows compabilities)miguel@hegel.txg2004-07-161-3/+2
* | | | | | | After merge fixesmonty@mysql.com2004-07-151-16/+28
* | | | | | | Merge with 4.1monty@mysql.com2004-07-121-96/+99
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | New handler::index_flags() definition to make it easy to check the full used ...monty@mysql.com2004-07-081-3/+6
* | | | | | | After merge fixesmonty@mysql.com2004-07-121-2/+2
* | | | | | | Merge with 4.1.3-betamonty@mysql.com2004-07-071-50/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | mergedserg@serg.mylan2004-06-251-3/+0
| |\ \ \ \ \ \
| | * | | | | | release cursors in return_zero_rowsserg@serg.mylan2004-06-251-4/+1
| * | | | | | | After merge fixesmonty@mysql.com2004-06-251-1/+3
| |/ / / / / /
| * | | | | | workaround for gcc 2.95.3 bugserg@serg.mylan2004-06-251-0/+3
| * | | | | | bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() beforeserg@serg.mylan2004-06-241-1/+2
| * | | | | | mergedserg@serg.mylan2004-06-231-36/+6
| |\ \ \ \ \ \
| | * | | | | | handler interface cleanups:serg@serg.mylan2004-06-231-36/+6
| * | | | | | | Merge with 4.0.21monty@mysql.com2004-06-181-9/+21
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fixed unlikely bug in the range optimzer when using many IN() queries on diff...monty@mysql.com2004-06-181-9/+21