summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* reset() split in 2 function clear() & add()unknown2003-08-281-19/+12
* hanged UDF interface to use clear() instead of reset()unknown2003-08-271-2/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-08-131-2/+3
|\
| * fixed problem with reference on derived table fields (BUG#1031)unknown2003-08-121-2/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-08-111-1/+1
|\ \
| * \ mergeunknown2003-08-111-1/+1
| |\ \ | | |/
| | * Old style charset() and set_charset() were removed.unknown2003-08-051-1/+1
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-08-051-2/+4
|\ \ \ | |/ /
| * | mergeunknown2003-08-051-2/+4
| |\ \ | | |/
| | * Fix:unknown2003-08-051-1/+3
| | * Derivation attribute was not processed correctlyunknown2003-07-301-1/+1
* | | fix olap test filingunknown2003-07-221-0/+2
* | | fixed memory leakunknown2003-07-161-0/+5
|/ /
* | mergeunknown2003-07-071-14/+20
|\ \ | |/
| * fixed memory leak in group_concat function (BUG#796)unknown2003-07-061-6/+12
| * reduced using of slow current_thd/current_lex macrounknown2003-07-051-8/+8
* | (SCRUM)unknown2003-07-031-3/+3
|/
* Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4gunknown2003-06-261-43/+59
|\
| * Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4gunknown2003-06-071-21/+139
| |\
| * \ Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4gunknown2003-06-031-43/+59
| |\ \
| | * | BUGunknown2003-06-031-0/+5
| | * | URGENTunknown2003-05-311-43/+54
* | | | Fixed some new memory leaksunknown2003-06-241-1/+2
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-191-21/+139
|\ \ \ \ | | |_|/ | |/| |
| * | | Added SQLSTATE to client/server protocolunknown2003-06-041-21/+139
| |/ /
* | | mergingunknown2003-05-261-2/+1
|\ \ \ | |/ / |/| |
| * | fixed memory overrun (bug 380)unknown2003-05-171-2/+1
| |/
* | Merge with 4.0.13unknown2003-05-191-3/+10
|\ \ | |/ |/|
| * Fixes for valgrindunknown2003-04-231-2/+3
| * Fixed bug in SUM() with NULL:sunknown2003-04-151-3/+10
* | mergeunknown2003-05-061-2/+2
|\ \
| * | INSERT ... UPDATE ... VALUES()unknown2003-05-031-2/+2
* | | Removed compiler warningsunknown2003-05-061-30/+24
* | | Removed some not used filesunknown2003-04-221-6/+7
|/ /
* | And got rid of signess warnings...unknown2003-04-031-4/+4
* | Got rid of silly compiler errors on HP-UX and SGI Irix.unknown2003-04-031-3/+5
* | Fixed bug in warning handling (Memory was allocated from wrong MEM_ROOT)unknown2003-04-031-17/+19
* | Auto mergedunknown2003-04-021-0/+456
|\ \
| * | SCRUMunknown2003-04-021-180/+186
| * | This is full commit of group_concat with support subselectsunknown2003-03-181-0/+450
* | | stringcmp() and sortcmp() have been unifiedunknown2003-03-041-5/+10
* | | Strings which appear without charset context, unknown2003-03-031-9/+9
* | | item_sum.cc:unknown2003-02-261-0/+1
* | | Fix for MIX and MAX. Item must be checked against binary().unknown2003-02-261-1/+1
* | | Bug fix: for SHOW STATUS (when ssl is used)unknown2003-02-171-1/+4
* | | Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1unknown2003-02-171-4/+4
|\ \ \ | |/ / |/| |
| * | Changed ROW_RESULT to defaultunknown2003-01-311-4/+4
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-6/+6
* | | mergeunknown2003-02-101-2/+1
|\ \ \ | | |/ | |/|
| * | Better fix for count(distinct) bugunknown2003-02-101-2/+2