summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* BUG#9103 merge to 5.0sergefp@mysql.com2005-04-201-1/+1
|\
| * Fix for BUG#9103: sergefp@mysql.com2005-04-181-1/+1
* | Manually merged (will need a post-merge fix)sergefp@mysql.com2005-04-051-0/+10
|\ \ | |/
| * Fix for BUG#8877: Implementation of sergefp@mysql.com2005-04-051-0/+10
* | after merge fix/ramil@mysql.com2005-03-301-4/+3
* | Manual mergekonstantin@mysql.com2005-03-241-1/+1
|\ \
| * | Fixes and test cases for Bug#8880 "Commands out of sync error with cursors"konstantin@mysql.com2005-03-241-1/+1
* | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-1/+1
|/ /
* | Merge 4.1 -> 5.0gluh@gluh.mysql.r18.ru2005-03-171-1/+2
|\ \ | |/
| * olap.result, olap.test:igor@rurik.mysql.com2005-03-151-1/+2
* | WL#926 "SUM(DISTINCT) and AVG(DISTINCT)": improvement of SUM(DISTINCT) andkonstantin@mysql.com2005-03-131-0/+1
* | Fix for Bug#5615 and merge from 4.1jani@ua141d10.elisa.omakaista.fi2005-03-011-0/+4
* | Merge with global treemonty@mysql.com2004-12-191-5/+2
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-2/+5
* | A small cleanup in sql_select.hkonstantin@mysql.com2004-11-241-2/+1
* | mergebell@sanja.is.com.ua2004-11-121-1/+1
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-221-1/+1
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-201-1/+1
| | |\ \
| | | * | errors without code removedbell@sanja.is.com.ua2004-10-201-1/+1
* | | | | Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Simpler arena swapping codemonty@mysql.com2004-11-081-1/+1
* | | | Merge for post-merge fixes for Item_equal patch.igor@rurik.mysql.com2004-10-191-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | table.h, sql_select.h:igor@rurik.mysql.com2004-10-191-1/+2
| * | | Merge for Item_equal.igor@rurik.mysql.com2004-10-091-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Manual mergeigor@rurik.mysql.com2004-02-191-2/+4
| | |\ \
| | * \ \ Auto Mergeigor@rurik.mysql.com2003-12-231-0/+2
| | |\ \ \
| | | * \ \ Mergeigor@rurik.mysql.com2003-12-011-13/+25
| | | |\ \ \
| | | * \ \ \ Post-merge after itroducing Item_equaligor@rurik.mysql.com2003-11-261-0/+2
| | | |\ \ \ \
| | | | * | | | This ChangeSet Introdices Item_equal.igor@rurik.mysql.com2003-11-261-0/+2
* | | | | | | | Merge with implementation of WL#1724.timour@mysql.com2004-10-111-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Implementation of the last review comments for WL#1724timour@mysql.com2004-09-101-1/+1
| * | | | | | | WL#1724 "Min/Max Optimization for Queries with Group By Clause"timour@mysql.com2004-08-271-0/+1
* | | | | | | | Removed wrong warnings in test suite (This was because select_insert / select...monty@mishka.local2004-09-171-1/+1
* | | | | | | | Merge with 4.1monty@mysql.com2004-09-061-1/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | after review patchbell@sanja.is.com.ua2004-08-311-1/+0
* | | | | | | Port of cursors to be pushed into 5.0 tree:konstantin@mysql.com2004-08-031-2/+55
* | | | | | | After merge fixigor@rurik.mysql.com2004-06-251-3/+12
|\ \ \ \ \ \ \
| * | | | | | | join_nested.test, join_nested.result:igor@rurik.mysql.com2004-06-101-3/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Manual mergesergefp@mysql.com2004-06-141-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Manual mergesergefp@mysql.com2004-05-291-1/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Manual mergesergefp@mysql.com2004-05-131-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | This is first cset for WL#1394 "Optimize index merge when all involved index ...sergefp@mysql.com2004-05-131-1/+1
| | | |/ / / / / /
* | | | | | | | | Merging 4.1 to 5.0.pem@mysql.com2004-05-261-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | |
| * | | | | | | keep old engine & JOIN if we changed subquery Item (Bug #3646)bell@sanja.is.com.ua2004-05-071-0/+1
* | | | | | | | Post-merge post-merge fix (new error codes for fparser).pem@mysql.com2004-05-141-2/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge of WL#1469 with latest bk sources.timour@mysql.com2004-05-111-1/+1
| * | | | | | | Implementation of WL#1469 (Greedy algorithm to search for an optimal executio...timour@mysql.com2004-04-161-2/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge 4.1 -> 5.0pem@mysql.com2004-05-071-0/+5
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | repetable test replaced with inline functionbell@sanja.is.com.ua2004-05-041-0/+5
* | | | | | | Merge 4.1 -> 5.0.pem@mysql.com2004-04-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |