summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Added Unique class to be used for duplicate removal in multi-table delete.monty@donna.mysql.fi2001-05-231-2/+2
* Don't write rows in MyISAM tables when using count(distinct)monty@tik.mysql.fi2001-05-231-3/+9
* mergemonty@work.mysql.com2001-05-201-5/+9
|\
| * Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-171-3/+6
| * Merge work.mysql.com:/home/bk/mysqltim@threads.polyesthetic.msg2001-05-141-59/+104
| |\
| | * cleanupmonty@donna.mysql.fi2001-05-121-1/+2
| * | Merge work.mysql.com:/home/bk/mysqltim@threads.polyesthetic.msg2001-04-191-5/+5
| |\ \
| * \ \ Mergetim@threads.polyesthetic.msg2001-04-171-1/+1
| |\ \ \
| | * | | sql_select.cc sizeof(**TABLE) -> sizeof(*TABLE) in malloc()tim@threads.polyesthetic.msg2001-04-171-1/+1
* | | | | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0monty@donna.mysql.fi2001-05-121-26/+38
|\ \ \ \ \
| * | | | | Only mark MERGE readonly if all tables are readonlymonty@donna.mysql.fi2001-05-121-26/+38
* | | | | | fixes after merge. Now it compiles and passes the test suitesasha@mysql.sashanet.com2001-05-101-1/+1
* | | | | | Merged with 3.23, needs further fix-upsasha@mysql.sashanet.com2001-05-101-39/+105
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Applied patches for BDB tablesmonty@donna.mysql.fi2001-05-091-1/+1
| * | | | Fixed bug from last commitmonty@donna.mysql.fi2001-05-031-1/+1
| * | | | Fixed a bug with SELECT DISTINCT and HAVINGmonty@donna.mysql.fi2001-05-021-53/+83
| * | | | Cleanupmonty@donna.mysql.fi2001-04-291-2/+1
| * | | | Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-4/+11
| * | | | Fix for releasemonty@donna.mysql.fi2001-04-221-0/+1
| * | | | Fixed probelm with count(*) and normal functions when no matchin rows.monty@donna.mysql.fi2001-04-211-1/+8
| | |_|/ | |/| |
| * | | Fix for BDB and LOCK TABLESmonty@donna.mysql.fi2001-04-191-2/+4
| * | | Added test for PTHREAD_YIELDmonty@donna.mysql.fi2001-04-181-3/+1
| |/ /
* | | Fixes for embedded MySQLmonty@donna.mysql.fi2001-04-251-6/+11
* | | Mergemonty@work.mysql.com2001-04-191-2/+3
|\ \ \ | |/ /
| * | bugfix: HAVING MATCHserg@serg.mysql.com2001-04-171-2/+3
| |/
* | Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()monty@donna.mysql.fi2001-04-121-15/+49
|/
* Fixed bug in send in mysqltestmonty@donna.mysql.fi2001-03-251-1/+1
* Added defines for fast mutex in glibc 2.2 (should be safe)monty@donna.mysql.fi2001-03-241-2/+4
* Split setup_fields to setup_tables and setup_fieldsmonty@tik.mysql.fi2001-03-211-1/+2
* Fixed test cases for innobasemonty@donna.mysql.fi2001-03-071-3/+4
* Removed duplicated index_init() calls that causes problems with BDBmonty@donna.mysql.fi2001-03-071-2/+2
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-03-061-3/+5
|\
| * Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-3/+5
* | Fix rare infinite loop in make_join_statistics(). Thanks totim@threads.polyesthetic.msg2001-03-041-1/+4
|/
* sql_select.cc MATCH ... AGAINST (NULL) bug fixedserg@serg.mysql.com2001-02-281-14/+3
* Mergeserg@serg.mysql.com2001-02-191-2/+2
|\
| * sql_select.cc (at last) fulltext/cache bug fixedserg@serg.mysql.com2001-02-101-2/+2
* | Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-3/+2
* | Updates for innobasemonty@donna.mysql.com2001-02-151-0/+20
|/
* 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