summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing that 3.23 API / clients do not disconnect if a large unknown2003-01-041-2/+1
* many bug fixesunknown2002-12-231-1/+2
* Fixed rare core dump bug when using complicated GROUP BY query that didn't re...unknown2002-11-081-0/+2
* fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was >unknown2002-11-021-3/+3
* Fix error handling in last patch (BLOB's in temporary tables) ifunknown2002-10-151-0/+5
* Fixed a bug in key optimizing handling where the expressionunknown2002-10-141-4/+14
* Fixed bug where we could reference a freed tmp_table->table_name variable for...unknown2002-10-121-1/+6
* Fixed bug with GROUP BY on NULL fields.unknown2002-08-051-16/+32
* 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
|\ \ | |/ |/|