summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Use new bitmap interfacemonty@donna.mysql.com2001-02-071-6/+5
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-10/+7
* mergemonty@donna.mysql.com2001-01-281-3/+26
|\
| * Added --temp-pool option to mysqld. This will cause temporary filesjcole@tetra.spaceapes.com2001-01-271-3/+26
* | Fixed ALTER TABLE on MERGE tablesmonty@donna.mysql.com2001-01-281-24/+73
|/
* Fixed for bugs that was found when getting full code coverage of BDBmonty@donna.mysql.com2001-01-171-4/+4
* Patches for NetBSD/macppcmonty@donna.mysql.com2001-01-121-2/+4
* sql_select.cc check for cond==NULL in add_ft_keys()serg@serg.mysql.com2001-01-051-0/+3
* sql_select.cc Disables quick_select for JT_FTserg@serg.mysql.com2000-12-201-2/+2
* Lots of fixes for BDB tablesmonty@donna.mysql.com2000-12-081-2/+4
* Fix for core dump in DISTINCTmonty@narttu.mysql.fi2000-12-051-1/+3
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-0/+3
* Added connect_timeout and fix for transactions per statementmonty@donna.mysql.com2000-11-271-6/+9
* All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-3/+3
* Change storage of execution flags from thd->options to thd->lex.optionsmonty@donna.mysql.com2000-11-221-3/+3
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-1/+5
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-1/+2
* mergemonty@narttu.mysql.fi2000-11-161-5/+6
|\
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-5/+6
* | Added ALTER TABLE ... ORDER BY ...jcole@tetra.bedford.progress.com2000-11-111-7/+2
* | fixed bug with FULLTEXT and ORDER BYserg@serg.mysql.com2000-11-041-1/+1
* | Ill-minded FULLTEXT impilict initialization hack removed.serg@serg.mysql.com2000-11-021-15/+16
|/
* Update of interface for BDB tables.monty@donna.mysql.com2000-10-241-4/+8
* Fix of automatic repairmonty@donna.mysql.com2000-10-231-11/+11
* Automatic primary key for BDB tablesmonty@donna.mysql.com2000-10-161-0/+10
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-31/+66
* sql_select.cc Coredump in FULLTEXT code fixedserg@serg.mysql.com2000-10-091-15/+7
* Docs/manual.texisasha@mysql.sashanet.com2000-10-081-1/+10
* Mergeserg@serg.mysql.com2000-10-071-26/+64
|\
| * DISTINCT optimizationmonty@tramp.mysql.fi2000-10-061-25/+64
* | ORDER BY works with FULLTEXT keysserg@serg.mysql.com2000-10-071-3/+4
|/
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-1/+4
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-16/+17
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-0/+25
* Added create_tmp_disk_tables + comments for 3.23.24monty@donna.mysql.com2000-09-071-6/+7
* sql_select.cc ft-optimization: AND, GT/LT/GE/LEserg@infomag.ape.relarn.ru2000-08-291-10/+48
* mergemonty@donna.mysql.com2000-08-291-0/+8
|\
| * Bug fixes for 3.23.23monty@donna.mysql.com2000-08-291-0/+8
* | ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed.serg@infomag.ape.relarn.ru2000-08-281-19/+22
|/
* Fixes for Ia64monty@donna.mysql.com2000-08-231-2/+2
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-211-6/+6
* Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butserg@infomag.ape.relarn.ru2000-08-171-3/+3
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-35/+46
* Import changesetbk@work.mysql.com2000-07-311-0/+6408