summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge work:/home/bk/mysqlunknown2002-05-261-1/+1
|\
| * quick fix for some optimizer glitch (it appears as ft+const bug, but it, prob...unknown2002-05-251-1/+1
* | Sergei's MyODBC fixunknown2002-05-121-1/+1
|/
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-04-021-14/+14
|\
| * Fix for bug in WHERE key='j' or key='J'unknown2002-03-221-14/+14
* | fts+const_tables bug fixedunknown2002-04-021-2/+4
|/
* Fixed bug in full join with many NULL fields.unknown2002-02-101-5/+5
* Fixed bug when making a range join based on information from a const table.unknown2002-01-181-2/+1
* Bugfix for WHERE key=@a OR key=@bunknown2001-12-271-1/+1
* Fixed bug in LEFT JOINunknown2001-12-051-6/+16
* Better optimization for InnoDB and BDB tables for ORDER BYunknown2001-11-291-1/+6
* Fixed bug when joining with caching.unknown2001-11-271-38/+46
* removed ftfuncs argument for mysql_selectunknown2001-11-211-25/+11
* Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date...unknown2001-11-031-1/+2
* Changed time -> query_time in slow query log.unknown2001-10-311-1/+1
* Portability fixesunknown2001-10-311-0/+1
* Update for OS2 (patch from Yuri Dario).unknown2001-10-311-6/+9
* Don't use signal() on windows.unknown2001-10-191-4/+5
* Fixed bug in counting open files when using many filesunknown2001-09-271-10/+14
* Fix bug in SELECT EXPLAIN ... ORDER BYunknown2001-09-181-4/+7
* More debug infounknown2001-09-081-0/+2
* Portability fixes.unknown2001-08-211-0/+2
* mergeunknown2001-08-101-19/+25
|\
| * Fixed bug in ALTER TABLE for MERGE tablesunknown2001-08-101-19/+25
* | Added new optino --sql-mode to mysqld.unknown2001-08-091-2/+2
* | Fix of big in SELECT DISTINCT ... HAVINGunknown2001-08-081-0/+1
|/
* 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
|\