summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with WHERE key=const ORDER BY key DESCmonty@hundin.mysql.fi2002-03-151-5/+6
* Making full-text queries working with UNION'sSinisa@sinisa.nasamreza.org2002-03-151-2/+3
* mergemonty@hundin.mysql.fi2002-03-061-10/+25
|\
| * mergemonty@tik.mysql.fi2002-03-021-10/+25
| |\
| | * Fix sorting of NULL values (Should always be first)monty@tik.mysql.fi2002-03-021-11/+26
* | | several bug fixes and testsSinisa@sinisa.nasamreza.org2002-03-051-3/+3
|/ /
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-03-011-51/+57
|\ \
| * | Surgical changes in sql_select and sql_union code in order to Sinisa@sinisa.nasamreza.org2002-02-281-51/+57
* | | fulltext+const_table bug fixedserg@serg.mysql.com2002-03-011-1/+2
|/ /
* | some UNION bug fixes..Sinisa@sinisa.nasamreza.org2002-02-211-131/+168
|/
* merge with 3.23.48monty@hundin.mysql.fi2002-02-111-5/+5
|\
| * Fixed bug in full join with many NULL fields.monty@hundin.mysql.fi2002-02-101-5/+5
| * Fixed bug when making a range join based on information from a const table.monty@hundin.mysql.fi2002-01-181-2/+1
* | Fix some bugs introduced with the new my_getoptmonty@hundin.mysql.fi2002-02-081-4/+7
* | Fixes for new getoptmonty@hundin.mysql.fi2002-01-311-4/+6
* | Take into account that table scans may use indexesmonty@hundin.mysql.fi2002-01-301-1/+8
* | New error messagesmonty@hundin.mysql.fi2002-01-291-1/+1
* | Increase max package length to 512M for mysql and mysqldump.monty@hundin.mysql.fi2002-01-231-211/+250
* | Move HA_EXTRA_NO_READCHECK to ha_openmonty@hundin.mysql.fi2002-01-161-2/+4
* | Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-161-26/+51
* | Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-121-30/+109
* | mergemonty@hundin.mysql.fi2002-01-021-1/+1
|\ \
| * \ merge with 3.23monty@hundin.mysql.fi2002-01-021-1/+1
| |\ \ | | |/
| | * Bugfix for WHERE key=@a OR key=@bmonty@hundin.mysql.fi2001-12-271-1/+1
* | | Changes for the BitKeeper resolve.Sinisa@sinisa.nasamreza.org2001-12-261-3/+12
|\ \ \ | |/ / |/| |
| * | This is a large push. Included are :Sinisa@sinisa.nasamreza.org2001-12-261-3/+12
* | | Fix for MyISAM records > 16Mmonty@hundin.mysql.fi2001-12-111-8/+11
* | | merge with 3.23.47monty@hundin.mysql.fi2001-12-061-6/+21
|\ \ \ | | |/ | |/|
| * | Fixed bug in LEFT JOINmonty@hundin.mysql.fi2001-12-051-6/+16
| * | Better optimization for InnoDB and BDB tables for ORDER BYmonty@hundin.mysql.fi2001-11-291-1/+6
* | | Update of query cache code.monty@hundin.mysql.fi2001-12-051-18/+25
* | | Query cache.monty@hundin.mysql.fi2001-12-021-0/+1
* | | Mergeserg@serg.mysql.com2001-11-281-2/+2
|\ \ \
| * | | boolean fulltext search without an indexserg@serg.mysql.com2001-11-281-2/+2
* | | | Fix of testcases after merge.monty@hundin.mysql.fi2001-11-281-1/+1
* | | | mergemonty@hundin.mysql.fi2001-11-281-38/+46
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed bug when joining with caching.monty@hundin.mysql.fi2001-11-271-38/+46
| * | | removed ftfuncs argument for mysql_selectserg@serg.mysql.com2001-11-211-25/+11
* | | | New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-1/+1
* | | | Add missing exit_cond() to lock_global_read_lock().monty@hundin.mysql.fi2001-11-261-13/+5
* | | | Fixes for embedded version.monty@hundin.mysql.fi2001-11-251-1/+1
| |/ / |/| |
* | | Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-27/+11
* | | Portability fixmonty@hundin.mysql.fi2001-11-071-9/+9
* | | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-7/+44
|\ \ \ | |/ /
| * | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date...monty@hundin.mysql.fi2001-11-031-1/+2
| * | Changed time -> query_time in slow query log.monty@hundin.mysql.fi2001-10-311-1/+1
| * | Portability fixesmonty@hundin.mysql.fi2001-10-311-0/+1
| * | Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-311-6/+9
| * | Don't use signal() on windows.monty@hundin.mysql.fi2001-10-191-4/+5
* | | Added STDCALL to mysql_sever and mysql_thread variablesmonty@hundin.mysql.fi2001-11-031-1/+1
| |/ |/|