summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-091-1/+2
* Many files:heikki@hundin.mysql.fi2002-12-221-11/+26
* incorrect bugfix removed. EQ+BETWEEN still cannot be optimized :(serg@serg.mysql.com2002-12-101-1/+1
* Copy arguments given to mysql_server_init()monty@mashka.mysql.fi2002-12-051-6/+4
* A fix for the bug in a SELECT with joined tables with ORDER BY and Sinisa@sinisa.nasamreza.org2002-12-041-1/+7
* Change of internal key_field=NULL handling to avoid error messages.monty@hundin.mysql.fi2002-12-031-42/+88
* Fixed some bugs from last multi-table-update push.monty@mashka.mysql.fi2002-12-011-1/+1
* New multi-table-update codemonty@mashka.mysql.fi2002-11-291-7/+78
* merge::records_in_range and optimizerserg@serg.mysql.com2002-11-171-2/+2
* Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-6/+6
* Fix after last mergemonty@mashka.mysql.fi2002-11-121-1/+1
* mergemonty@mashka.mysql.fi2002-11-121-1/+6
|\
| * Fixed that NULL and 0 returns 0 instead of NULLmonty@mashka.mysql.fi2002-11-111-0/+5
* | removed DBUG_ENTER/RETURN tagsserg@serg.mysql.com2002-11-111-401/+232
|/
* Merge from 3.23 to get fix for GROUP BY bugmonty@hundin.mysql.fi2002-11-081-0/+2
|\
| * Fixed rare core dump bug when using complicated GROUP BY query that didn't re...monty@hundin.mysql.fi2002-11-081-0/+2
| * fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was >serg@sergbook.mysql.com2002-11-021-3/+3
* | DBUG_ENTER/RETURN tags addedserg@sergbook.mysql.com2002-11-051-232/+401
* | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-36/+12
* | Merge with 3.23.54monty@hundin.mysql.fi2002-10-161-5/+25
|\ \ | |/
| * Fix error handling in last patch (BLOB's in temporary tables) ifmonty@hundin.mysql.fi2002-10-151-0/+5
| * Fixed a bug in key optimizing handling where the expressionmonty@hundin.mysql.fi2002-10-141-4/+14
| * Fixed bug where we could reference a freed tmp_table->table_name variable for...monty@hundin.mysql.fi2002-10-121-1/+6
* | Fixed bug in ORDER BY ... LIMITmonty@hundin.mysql.fi2002-10-151-9/+32
* | Fix some ORDER BY ... DESC problems with InnoDBmonty@hundin.mysql.fi2002-09-271-1/+1
* | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.monty@hundin.mysql.fi2002-09-261-1/+1
* | Fix of newly introduced bug in ORDER BY when one has a constant in the select...monty@hundin.mysql.fi2002-09-241-3/+5
* | bugfix: DISTINCT with const_item in ORDER BYserg@serg.mysql.com2002-09-101-3/+3
* | a fix for a bug with all_fields.elements not being changed by Sinisa@sinisa.nasamreza.org2002-09-031-2/+1
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2002-09-031-2/+2
|\ \
| * | a small fix for a distinct querySinisa@sinisa.nasamreza.org2002-09-031-2/+2
* | | Some trivial optimzationsmonty@mashka.mysql.fi2002-09-031-4/+3
|/ /
* | Changed relay_log_space to ulonglongmonty@hundin.mysql.fi2002-08-231-2/+1
* | Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ...monty@hundin.mysql.fi2002-08-171-1/+5
* | Fixed syntax errormonty@hundin.mysql.fi2002-08-081-2/+1
* | Added nety_retry_count as a changeable variablemonty@hundin.mysql.fi2002-08-081-2/+2
* | merge with 3.23.52monty@hundin.mysql.fi2002-08-081-1/+1
|\ \ | |/
| * Fixed bug with GROUP BY on NULL fields.monty@mashka.mysql.fi2002-08-051-16/+32
| * Merge work:/home/bk/mysqlserg@sergbook.mysql.com2002-05-261-1/+1
| |\
| | * quick fix for some optimizer glitch (it appears as ft+const bug, but it, prob...serg@sergbook.mysql.com2002-05-251-1/+1
| * | Sergei's MyODBC fixmiguel@hegel.local2002-05-121-1/+1
| |/
* | mergemonty@mashka.mysql.fi2002-08-081-1/+0
|\ \
| * | Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-1/+0
* | | revert sinisa's patch, because it does nothingserg@sergbook.mysql.com2002-07-311-5/+2
* | | fix for a nasty bag, that causes a memory corruption+crash on HUGE select dis...serg@sergbook.mysql.com2002-07-311-1/+1
* | | mergeSinisa@sinisa.nasamreza.org2002-07-291-2/+5
|\ \ \ | |/ / |/| |
| * | lot's of small changesSinisa@sinisa.nasamreza.org2002-07-291-2/+5
* | | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-10/+13
|/ /
* | mergemonty@mashka.mysql.fi2002-07-231-4/+6
|\ \
| * | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-4/+6