summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-251-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Proposed fix for #674unknown2003-06-211-0/+3
| * | | Simple code cleanupunknown2003-06-231-7/+7
| |/ /
* | | Fix for a bug which results in "Unknown Error".unknown2003-06-251-1/+8
|/ /
* | fulltext and left join bug fixedunknown2003-06-161-0/+3
* | Fixed problem with ansi mode and GROUP BY with constants. (Bug #387)unknown2003-05-131-1/+2
* | sql_select.cc, opt_sum.cc:unknown2003-05-071-0/+9
* | Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-0/+3
* | Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-0/+10
* | Fixes for valgrindunknown2003-04-231-10/+14
* | mergedunknown2003-03-131-0/+6
|\ \ | |/
| * added commentunknown2003-03-121-0/+4
| * fixed bug of unchecked random part of WHERE clause (bug #142)unknown2003-03-111-0/+2
* | Fix for replication of INSERT | REPLACE | CREATE ... SELECTunknown2003-03-121-8/+5
* | Fix for bug #136. We must write theunknown2003-03-121-1/+8
* | Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-071-0/+5
|\ \ | |/
| * A fix for new conditions being defined and upper condition not updatedunknown2003-02-061-0/+5
| * Fixing that 3.23 API / clients do not disconnect if a large unknown2003-01-041-2/+1
| * many bug fixesunknown2002-12-231-1/+2
* | Added START TRANSACTION syntaxunknown2003-02-061-0/+5
* | Fix for MIN/MAX with empty tablesunknown2003-02-031-0/+6
* | Fixes for Netwareunknown2003-01-281-18/+26
* | Fixed bug with EXPLAIN on empty tableunknown2003-01-201-26/+29