summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove #if 0 as this only confuses the code withing adding anythingunknown2005-02-011-6/+0
* Merge mysql.com:/home/mydev/mysql-4.0unknown2005-01-241-3/+10
|\
| * select_found.result, select_found.test:unknown2005-01-221-3/+10
* | BUG#6034 - Error code 124: Wrong medium type.unknown2005-01-191-1/+25
|/
* Simplify code during reviewunknown2004-12-181-8/+2
* Fix for BUG#5837 - attempt 3.unknown2004-12-111-2/+8
* Merge rurik.mysql.com:/home/igor/mysql-4.0unknown2004-09-021-1/+10
|\
| * select.result, select.test:unknown2004-09-021-1/+10
* | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returnsunknown2004-08-231-2/+8
|/
* Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2004-08-131-1/+10
|\
| * fixed Bug #4358 Problem with HAVING clause that uses aliasunknown2004-08-121-1/+10
* | bug#4497 - Serious regression if disk based TMP table is used.unknown2004-08-091-0/+14
|/
* use ref not range for ... WHERE key IN (val)unknown2004-06-211-1/+3
* a fix.unknown2004-05-281-2/+4
* sql_select.cc:unknown2004-04-081-1/+2
* order_by.result:unknown2004-03-261-2/+12
* multi_update.result:unknown2004-03-111-2/+2
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-4/+13
* Ensure that one can't from the command line set a variable too small. (Bug #2...unknown2004-03-061-1/+3
* merge 3.23 -> 4.0, 2003/02/06unknown2004-02-061-1/+7
|\
| * fixed restoring of thd->count_cuted_fields in store_val_in_fieldunknown2003-12-161-1/+7
| * Fix an erronous cast for GCC introduced for to fix VC++ compiler errorunknown2003-08-051-1/+1
| * Fix VC++ compiler errorunknown2003-08-041-1/+1
* | Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)unknown2004-02-051-5/+12
* | Fixed parsing of column names and foreign key constraints in Innobase to hand...unknown2004-01-301-3/+12
* | Fixed bug in IN() optimizationunknown2004-01-191-2/+2
* | Simple cleanupsunknown2003-12-181-28/+24
* | Mergeunknown2003-12-131-5/+7
|\ \
| * | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-5/+7
* | | Fix #2093unknown2003-12-121-7/+0
* | | Proposed fix for #2093unknown2003-12-121-8/+22
|/ /
* | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-0/+2
* | Fix for bug #1335: filesort is missing in EXPLAIN if ORDER BY NULL is usedunknown2003-12-091-2/+12
* | added comments to simple_order, simple_group, no_order, skip_sort_orderunknown2003-11-201-2/+15
* | fix for bug #1724 'WHERE ... IN() optimizer behaviour unknown2003-11-031-23/+42
* | Bug#1271 - RAND_TABLE_BIT in expression and only const_tables in joinunknown2003-10-211-0/+2
* | fix for one of the bugs spotted by #1274unknown2003-10-161-1/+11
* | Add new user variables for tuning memory usage:unknown2003-10-111-8/+11
* | Fixed bug #1323 (varchar fields becoming char fields adter create ... select)unknown2003-10-031-0/+2
* | Applied Monty corrections to the FULL SCANunknown2003-09-171-22/+33
* | comment made more explanatoryunknown2003-09-161-5/+7
* | join buffer cache usage/not usage is takenunknown2003-09-161-4/+14
* | Fixed bug in the optimiser for FULL TABLE SCAN case:unknown2003-09-151-24/+22
* | bug#926 fix undone - it caused suboptimal execution plan for "range ON, no WH...unknown2003-09-051-2/+19
* | workaround for IN's special treatment of first argument. Not for 4.1unknown2003-09-011-0/+6
* | oom protectionunknown2003-08-281-3/+3
* | Fixed some varnings from valgrindunknown2003-08-201-1/+1
* | Cleanups to recent patchesunknown2003-08-151-2/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-131-4/+1
|\ \
| * | Remove wrong bug fix when calling create_sort_index.unknown2003-08-101-4/+1