summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.unknown2001-07-301-6/+6
* Fixed bug in mysqlcheck when using --fastunknown2001-06-191-0/+20
* Fixed bug when using MERGE on files > 4Gunknown2001-05-171-3/+6
* Merge work.mysql.com:/home/bk/mysqlunknown2001-05-141-59/+104
|\
| * cleanupunknown2001-05-121-1/+2
| * Applied patches for BDB tablesunknown2001-05-091-1/+1
| * Fixed bug from last commitunknown2001-05-031-1/+1
| * Fixed a bug with SELECT DISTINCT and HAVINGunknown2001-05-021-53/+83
| * Cleanupunknown2001-04-291-2/+1
| * Portability fixes for Ia64 and Sgi compilerunknown2001-04-251-4/+11
| * Fix for releaseunknown2001-04-221-0/+1
| * Fixed probelm with count(*) and normal functions when no matchin rows.unknown2001-04-211-1/+8
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-04-191-5/+5
|\ \ | |/
| * Fix for BDB and LOCK TABLESunknown2001-04-191-2/+4
| * Added test for PTHREAD_YIELDunknown2001-04-181-3/+1
* | Mergeunknown2001-04-171-1/+1
|\ \ | |/ |/|
| * sql_select.cc sizeof(**TABLE) -> sizeof(*TABLE) in malloc()unknown2001-04-171-1/+1
* | bugfix: HAVING MATCHunknown2001-04-171-2/+3
|/
* Fixed bug in send in mysqltestunknown2001-03-251-1/+1
* Added defines for fast mutex in glibc 2.2 (should be safe)unknown2001-03-241-2/+4
* Split setup_fields to setup_tables and setup_fieldsunknown2001-03-211-1/+2
* Fixed test cases for innobaseunknown2001-03-071-3/+4
* Removed duplicated index_init() calls that causes problems with BDBunknown2001-03-071-2/+2
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-061-3/+5
|\
| * Merged some functions and removed some unused client functions.unknown2001-03-061-3/+5
* | Fix rare infinite loop in make_join_statistics(). Thanks tounknown2001-03-041-1/+4
|/
* sql_select.cc MATCH ... AGAINST (NULL) bug fixedunknown2001-02-281-14/+3
* Mergeunknown2001-02-191-2/+2
|\
| * sql_select.cc (at last) fulltext/cache bug fixedunknown2001-02-101-2/+2
* | Added Innobase to source distributionunknown2001-02-171-3/+2
* | Updates for innobaseunknown2001-02-151-0/+20
|/
* Use new bitmap interfaceunknown2001-02-071-6/+5
* Workaround for bug in thread library in Unixware 7unknown2001-02-031-10/+7
* mergeunknown2001-01-281-3/+26
|\
| * Added --temp-pool option to mysqld. This will cause temporary filesunknown2001-01-271-3/+26
* | Fixed ALTER TABLE on MERGE tablesunknown2001-01-281-24/+73
|/
* Fixed for bugs that was found when getting full code coverage of BDBunknown2001-01-171-4/+4
* Patches for NetBSD/macppcunknown2001-01-121-2/+4
* sql_select.cc check for cond==NULL in add_ft_keys()unknown2001-01-051-0/+3
* sql_select.cc Disables quick_select for JT_FTunknown2000-12-201-2/+2
* Lots of fixes for BDB tablesunknown2000-12-081-2/+4
* Fix for core dump in DISTINCTunknown2000-12-051-1/+3
* New thr_alarm struct for better integration with OS2unknown2000-11-281-0/+3
* Added connect_timeout and fix for transactions per statementunknown2000-11-271-6/+9
* All statements are now run in a sub transactionunknown2000-11-241-3/+3
* Change storage of execution flags from thd->options to thd->lex.optionsunknown2000-11-221-3/+3
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesunknown2000-11-201-1/+5
* Fixes for bugs in the usage of IO_CACHEunknown2000-11-171-1/+2
* mergeunknown2000-11-161-5/+6
|\
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutunknown2000-11-131-5/+6