summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* COUNT(DISTINCT field) now honors charsetsunknown2002-12-191-16/+25
* mergeunknown2002-12-141-15/+12
|\
| * rename of net_pkg.cc to protocol.ccunknown2002-12-111-15/+12
* | Merge vvagin@work.mysql.com:/home/bk/mysql-4.1unknown2002-12-141-11/+33
|\ \
| * | add VARIANCE functionunknown2002-12-141-11/+33
| |/
* | Use of new num->str functionsunknown2002-12-111-3/+1
|/
* After merge fixesunknown2002-12-061-6/+10
* Fixed bug when creating keys in temporary HEAP tables.unknown2002-12-021-1/+1
* many bug fixesunknown2002-11-301-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-281-1/+1
|\
| * More use of new string->number conversion functionsunknown2002-11-281-1/+1
* | mergingunknown2002-11-271-3/+20
|\ \ | |/ |/|
| * basic row Items (SCRUM)unknown2002-11-151-3/+20
* | mergingunknown2002-11-271-0/+2
|\ \
| * | prevent using references on sum function (except HAVING clouse of current sel...unknown2002-11-211-0/+2
| |/
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-061-9/+9
|\ \ | |/
| * String->copy() now has a charset argunknown2002-11-061-1/+1
| * Item->thd_charset() - returns a default charset which should be used unknown2002-11-061-8/+8
* | after merging fixunknown2002-11-051-1/+1
* | IN subselect erged with current 4.1 (pointer conversion)unknown2002-11-051-2/+5
|\ \ | |/ |/|
| * IN subselect with ORDER BY, HAVING & sum functionsunknown2002-10-311-2/+5
* | moved similar code to functionunknown2002-11-041-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-041-1/+4
|\ \ | |/ |/|
| * removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)unknown2002-10-301-1/+4
* | All String->set() now have charset argumentunknown2002-10-301-8/+8
|/
* BINARY charset is now used instead of binary_flagunknown2002-10-251-4/+3
* my_sortcmp -> my_strnncollunknown2002-10-091-1/+3
* Merge with 4.0.3unknown2002-08-301-16/+21
|\
| * subselect in having clauseunknown2002-07-011-6/+7
| * sql_error.cc, sql_prepare.cc:unknown2002-06-121-2/+3
| * Hiding internal pointers of SELECT_LEX structuresunknown2002-05-271-1/+1
| * mergeunknown2002-05-261-3/+3
| |\
| | * Now string values are created and filled with charset fieldunknown2002-05-171-3/+3
| * | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-3/+5
| |/
| * RB-Tree indexes support in HEAP tablesunknown2002-04-251-1/+1
| * New ctype functions/macros to support many charsets at a timeunknown2002-03-121-1/+2
* | Added interface for first set of dynamic variables.unknown2002-06-281-3/+4
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-1/+1
|/
* Update copyrightunknown2001-12-061-5/+5
* Portability fixes.unknown2001-10-031-1/+1
* Final fixes for INSERT into MERGE tables.unknown2001-09-271-30/+99
* Portability fixesunknown2001-09-151-2/+2
* Remove warnings and portability fixesunknown2001-08-141-12/+12
* Fix UNIONunknown2001-08-021-121/+137
* mergedunknown2001-07-021-17/+47
|\
| * mergeunknown2001-06-211-9/+22
| |\
| | * Fixed bug in mysqlcheck when using --fastunknown2001-06-191-6/+22
| * | bk resolve workunknown2001-06-071-1/+1
| |\ \
| | * | These are actually two changesets. One for splitting LEX in two and unknown2001-06-031-1/+1
| * | | fixed bug in count(distinct)unknown2001-06-011-3/+3