summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added ALTER TABLE ... ORDER BY ...unknown2000-11-111-7/+2
* | fixed bug with FULLTEXT and ORDER BYunknown2000-11-041-1/+1
* | Ill-minded FULLTEXT impilict initialization hack removed.unknown2000-11-021-15/+16
|/
* Update of interface for BDB tables.unknown2000-10-241-4/+8
* Fix of automatic repairunknown2000-10-231-11/+11
* Automatic primary key for BDB tablesunknown2000-10-161-0/+10
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andunknown2000-10-141-31/+66
* sql_select.cc Coredump in FULLTEXT code fixedunknown2000-10-091-15/+7
* Docs/manual.texiunknown2000-10-081-1/+10
* Mergeunknown2000-10-071-26/+64
|\
| * DISTINCT optimizationunknown2000-10-061-25/+64
* | ORDER BY works with FULLTEXT keysunknown2000-10-071-3/+4
|/
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,unknown2000-09-261-1/+4
* Fixes for MERGE TABLES and HEAP tablesunknown2000-09-141-16/+17
* Update to new root alloc, OPTIMIZE TABLE and some other changesunknown2000-09-121-0/+25
* Added create_tmp_disk_tables + comments for 3.23.24unknown2000-09-071-6/+7
* sql_select.cc ft-optimization: AND, GT/LT/GE/LEunknown2000-08-291-10/+48
* mergeunknown2000-08-291-0/+8
|\