summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Portability fixunknown2001-11-071-9/+9
* merge with 3.23.44unknown2001-11-041-7/+44
|\
| * Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date...unknown2001-11-031-1/+2
| * Changed time -> query_time in slow query log.unknown2001-10-311-1/+1
| * Portability fixesunknown2001-10-311-0/+1
| * Update for OS2 (patch from Yuri Dario).unknown2001-10-311-6/+9
| * Don't use signal() on windows.unknown2001-10-191-4/+5
* | Added STDCALL to mysql_sever and mysql_thread variablesunknown2001-11-031-1/+1
* | Fix bugs in LEFT JOIN and field=NULunknown2001-10-201-4/+4
* | Don't do signal() on windows (Causes instability problems)unknown2001-10-171-8/+8
* | mergedunknown2001-10-091-63/+41
|\ \
| * | Updated manual about embedded version.unknown2001-10-081-3/+5
| * | New script: explain_log.shunknown2001-10-041-14/+20
| * | Portability fixes.unknown2001-10-031-34/+0
| * | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-09-281-2/+2
| |\ \
| | * | Final fixes for INSERT into MERGE tables.unknown2001-09-271-2/+2
| * | | mergeunknown2001-09-281-10/+14
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed bug in counting open files when using many filesunknown2001-09-271-10/+14
* | | Initial checkin of the new boolean fulltext search codeunknown2001-09-211-10/+10
|/ /
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-09-181-1/+1
|\ \
| * | Cleanupunknown2001-09-181-1/+1
* | | mergeunknown2001-09-181-6/+8
|\ \ \ | |/ / |/| / | |/
| * Fix bug in SELECT EXPLAIN ... ORDER BYunknown2001-09-181-4/+7
* | Portability fixesunknown2001-09-151-1/+1
* | Merge with 3.23.42unknown2001-09-131-0/+2
|\ \ | |/
| * More debug infounknown2001-09-081-0/+2
* | mergeunknown2001-09-021-0/+2
|\ \
| * \ merge with 3.23.42unknown2001-09-021-0/+2
| |\ \ | | |/
| | * Portability fixes.unknown2001-08-211-0/+2
* | | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODBunknown2001-09-021-1/+1
|/ /
* | EXPLAIN on UNION"sunknown2001-08-241-17/+20
* | Remove warnings and portability fixesunknown2001-08-141-1/+31
* | mergedunknown2001-08-111-19/+25
|\ \ | |/
| * mergeunknown2001-08-101-19/+25
| |\
| | * Fixed bug in ALTER TABLE for MERGE tablesunknown2001-08-101-19/+25
* | | mergedunknown2001-08-091-8/+9
|\ \ \ | |/ /
| * | Added new optino --sql-mode to mysqld.unknown2001-08-091-2/+2
| * | Fix of big in SELECT DISTINCT ... HAVINGunknown2001-08-081-0/+1
| |/
| * Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.unknown2001-07-301-6/+6
* | Fix UNIONunknown2001-08-021-33/+39
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2001-07-011-0/+1
|\ \
| * | Making multi-table delete BETA !!unknown2001-07-011-0/+1
* | | Fix ORDER BY ... DESC optimizationunknown2001-06-291-7/+32
* | | Implement ORDER BY DESC optimization, which reads values in descendingunknown2001-06-281-1/+11
|/ /
* | Fixed bug when sorting big files (introduced with multi-table-delete)unknown2001-06-251-1/+3
* | mergeunknown2001-06-211-0/+20
|\ \ | |/
| * Fixed bug in mysqlcheck when using --fastunknown2001-06-191-0/+20
* | Fixed multi-table-deleteunknown2001-06-151-3/+6
* | These are actually two changesets. One for splitting LEX in two and unknown2001-06-031-6/+6
* | Added Unique class to be used for duplicate removal in multi-table delete.unknown2001-05-231-2/+2