summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* code cleanupunknown2002-10-261-10/+16
* BINARY charset is now used instead of binary_flagunknown2002-10-251-9/+7
* mergeunknown2002-10-171-18/+76
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-10-161-18/+76
| |\
| | * fixed subselect explain bugunknown2002-10-161-18/+76
* | | Fix after mergeunknown2002-10-161-2/+2
* | | merge with 4.0.5unknown2002-10-161-484/+633
|\ \ \
| * | | Added THD as parameter to filesort. Removed not used 'special' argument.unknown2002-10-161-9/+10
| |/ /
| * | Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1unknown2002-10-151-4/+3
| |\ \ | | |/ | |/|
| | * Portability fixes to be able to compile MySQL with VC++unknown2002-10-081-4/+3
| * | fixed cteate temporary field of subselect bugunknown2002-10-141-0/+1
| |/
| * fixed couple of bugs in field/reference name resolutionunknown2002-10-081-2/+2
| * after merging fixunknown2002-10-071-4/+6
| * mergingunknown2002-10-041-122/+90
| |\
| | * new EXPLAINunknown2002-09-261-82/+71
| | * mergedunknown2002-09-031-36/+33
| | |\
| | | * subselect with unionunknown2002-09-031-36/+33
| * | | Fixed bug that causes select test to failunknown2002-10-031-1/+1
| * | | Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2002-10-031-7/+4
| |\ \ \
| | * | | after merging bugfixunknown2002-10-031-7/+4
| * | | | Merge with 4.0.4unknown2002-10-021-371/+550
| |\ \ \ \ | | |/ / /
| | * | | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-22/+23
| | * | | Merge with 4.0.3unknown2002-08-301-371/+549
| | |\ \ \ | | | |/ /
| | | * | Adding a necessary functionality to ::store and ::save_in_fieldunknown2002-08-241-1/+1
| | | |/
| | | * subselect clean upunknown2002-07-011-0/+16
| | | * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-07-011-10/+18
| | | |\
| | | | * subselect in having clauseunknown2002-07-011-10/+18
| | | * | Several problems were fixed (mostly BLOB+charset related)unknown2002-06-261-3/+6
| | | |/
| | | * SELECT left(non_default_charset_field,n) GROUP BY 1unknown2002-06-201-1/+2
| | | * sql_error.cc, sql_prepare.cc:unknown2002-06-121-3/+1
| | | * temporary preventing subselect in HAVING clauseunknown2002-06-071-1/+5
| | | * post-merged fixingunknown2002-06-051-2/+2
| | | * mergedunknown2002-06-051-6/+12
| | | |\
| | | | * Changes for new binary .frm formatunknown2002-06-041-0/+1
| | | | * merge with 4.0unknown2002-06-031-6/+11
| | | | |\
| | | * | | new subselect testsunknown2002-06-011-2/+5
| | | * | | Hiding internal pointers of SELECT_LEX structuresunknown2002-05-271-4/+4
| | | * | | mergeunknown2002-05-261-19/+19
| | | |\ \ \ | | | | |/ /
| | | | * | Now string values are created and filled with charset fieldunknown2002-05-171-19/+19
| | | * | | added depended subselect processingunknown2002-05-261-7/+35
| | | * | | simple subselects ported to new select_lex structuresunknown2002-05-121-324/+408
| | | * | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-43/+50
| | | |/ /
| | | * | MI_KEYSEG -> HA_KEYSEGunknown2002-04-251-1/+1
| | | * | mergeunknown2002-04-131-7/+8
| | | |\ \
| | | | * \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-03-151-2/+3
| | | | |\ \
| | | | | * | making full-text working with UNION'sunknown2002-03-151-2/+3
| | | | * | | Hash now supports several charsetsunknown2002-03-141-2/+4
| | | | |/ /
| | | | * | Fixes done in 4.0 repository. For comments see the corresponding ones unknown2002-03-051-3/+3
| | | | * | Porting surgical changes from 4.0 to 4.1unknown2002-02-281-51/+57
* | | | | | Merge with 3.23.54unknown2002-10-161-5/+25
|\ \ \ \ \ \