summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | BETWEEN bug fix: non-const expressions on both endsunknown2003-08-091-28/+41
|/ /
* | outer join, impossible on condition, where, and usable key for rangeunknown2003-07-251-4/+0
* | Fix for the bug #801: create table t1 select x'41'; doesn't workunknown2003-07-111-0/+1
* | finally proper recursive descent for parsing expressions with MATCH ... AGAIN...unknown2003-07-071-17/+3
* | correct (finally) condition for MATCH >0, >=0 etc in add_ft_keys (SW#1647)unknown2003-07-071-9/+9
* | merge + order by (bug #515) temporary fixunknown2003-07-041-0/+2
* | Proposed bugfix for #717unknown2003-07-031-1/+1
* | merge changesunknown2003-07-021-12/+31
|\ \
| * \ Merge with 3.23 tree to get latest bug fixesunknown2003-07-011-0/+2
| |\ \ | | |/
| | * Fixed 'Unknown error' when doing ORDER BY on reference table whichunknown2003-06-291-1/+13
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-011-12/+29
| |\ \
| | * | Added thread variable max_seeks_for_keyunknown2003-06-271-12/+29
* | | | Lot's of clean-ups and fixes for 4.0.14.unknown2003-07-021-5/+1
* | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-251-7/+10
|\ \ \ \ | |/ / /