summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Added --skip-safemalloc to mysqltestunknown2002-10-291-36/+12
* Merge with 3.23.54unknown2002-10-161-5/+25
|\
| * 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 in ORDER BY ... LIMITunknown2002-10-151-9/+32
* | Fix some ORDER BY ... DESC problems with InnoDBunknown2002-09-271-1/+1
* | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.unknown2002-09-261-1/+1
* | Fix of newly introduced bug in ORDER BY when one has a constant in the select...unknown2002-09-241-3/+5
* | bugfix: DISTINCT with const_item in ORDER BYunknown2002-09-101-3/+3
* | a fix for a bug with all_fields.elements not being changed by unknown2002-09-031-2/+1
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-09-031-2/+2
|\ \
| * | a small fix for a distinct queryunknown2002-09-031-2/+2
* | | Some trivial optimzationsunknown2002-09-031-4/+3
|/ /
* | Changed relay_log_space to ulonglongunknown2002-08-231-2/+1
* | Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ...unknown2002-08-171-1/+5
* | Fixed syntax errorunknown2002-08-081-2/+1
* | Added nety_retry_count as a changeable variableunknown2002-08-081-2/+2
* | merge with 3.23.52unknown2002-08-081-1/+1
|\ \ | |/
| * 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
| |/
* | mergeunknown2002-08-081-1/+0
|\ \
| * | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-1/+0
* | | revert sinisa's patch, because it does nothingunknown2002-07-311-5/+2
* | | fix for a nasty bag, that causes a memory corruption+crash on HUGE select dis...unknown2002-07-311-1/+1
* | | mergeunknown2002-07-291-2/+5
|\ \ \ | |/ / |/| |
| * | lot's of small changesunknown2002-07-291-2/+5
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-10/+13
|/ /
* | mergeunknown2002-07-231-4/+6
|\ \
| * | New SET syntax & system variables.unknown2002-07-231-4/+6
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-07-161-1/+18
|\ \ \ | |/ / |/| |
| * | Just making commit in order to stop getting erors.unknown2002-07-161-1/+18
* | | Merge work:/home/bk/mysql-4.0/unknown2002-07-011-6/+11
|\ \ \ | |/ / |/| |
| * | Added interface for first set of dynamic variables.unknown2002-06-281-6/+11
* | | Update for running gcc 3.x (mainly on HPUX)unknown2002-06-301-76/+85
|/ /
* | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-8/+1
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-06-171-1/+2
|\ \
| * | Cleanup of checking of user resourcesunknown2002-06-161-1/+2
* | | Fixed a rare bug when fulltext index is present and no tables are used. unknown2002-06-141-0/+7
|/ /
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-160/+164
* | Fixed bug in SQL_CALC_FOUND_ROWS + LIMITunknown2002-06-101-2/+14
* | Bug fix for complicated GROUP BY ... ORDER BY query.unknown2002-06-091-9/+4
* | A bug fix and test case for a bug that appears in quereis where there unknown2002-06-081-3/+8
* | A fix for the very nusty bug with when there are 2 or more fieldsunknown2002-05-221-0/+1
* | Fixed some compilation problems in last changesetunknown2002-05-161-2/+5
* | Fix bug in SELECT SQL_CALC_FOUND_ROWSunknown2002-05-161-9/+9
* | resolve changesunknown2002-05-151-4/+5
|\ \
| * | Features made for Schlund plus several bug fixes.unknown2002-05-151-4/+5