summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#12882 - min/max inconsistent on empty table.timour@mysql.com2005-09-211-1/+1
* Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2005-09-071-0/+1
|\
| * Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1bar@mysql.com2005-09-071-0/+1
| |\
| | * Bug #12829bar@mysql.com2005-08-301-0/+1
* | | func_gconcat.result, func_gconcat.test:igor@rurik.mysql.com2005-09-061-3/+5
|/ /
* | Fix bug #12861 client hang with group_concat insubquery FROM DUAL.evgen@moonbone.local2005-08-311-3/+1
|/
* item_sum.cc:igor@rurik.mysql.com2005-08-021-3/+10
* Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.igor@rurik.mysql.com2005-07-311-0/+1
* func_gconcat.result, func_gconcat.test:bar@mysql.com2005-07-261-0/+4
* a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-4/+1
* tztime.cc:kent@mysql.com2005-06-021-0/+2
* a fix (bug #7405: group_concat with distinct and rollup => ignores distinct i...ramil@mysql.com2005-05-311-29/+14
* Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
* Fix for Bug #9913 "udf_deinit is not called after execution of PS"dlenev@brandersnatch.localdomain2005-04-301-0/+11
* Make sure that warning message when GROUP_CONCAT() cuts values is alsojimw@mysql.com2005-02-231-8/+15
* Backport my_strntod() from 5.0monty@mysql.com2005-02-221-1/+2
* * Added comments and one assertsergefp@mysql.com2004-12-141-1/+3
* postreview fixbell@sanja.is.com.ua2004-12-071-1/+3
* mergebell@sanja.is.com.ua2004-12-071-0/+13
|\
| * reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...bell@sanja.is.com.ua2004-11-181-0/+13
* | Bug #6658 MAX(column) returns incorrect coercibilitybar@mysql.com2004-11-191-6/+3
|/
* Simpler arena swapping codemonty@mysql.com2004-11-081-15/+15
* A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-25/+11
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-10-101-18/+22
|\
| * Blob support for the group_concat() function.ram@gw.mysql.r18.ru2004-10-101-18/+22
* | args_copy and cleunup() removed from Item_sumbell@sanja.is.com.ua2004-10-091-54/+1
|/
* Fix for bug#5400 "GROUP_CONCAT returns everything twice":sergefp@mysql.com2004-09-081-0/+2
* fixed typo in group_concat printing (BUG#5161)bell@sanja.is.com.ua2004-09-011-1/+1
* Portability fixesmonty@mysql.com2004-08-261-4/+4
* better for for bug#4767serg@serg.mylan2004-08-231-3/+0
* Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@rurik.mysql.com2004-08-201-10/+10
|\
| * Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-10/+10
* | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2004-08-201-0/+3
|\ \ | |/ |/|
| * olap.test, olap.result:igor@rurik.mysql.com2004-08-121-0/+3
* | BUG#4315wax@kishkin.ru2004-08-111-18/+10
* | BUG#4315wax@kishkin.ru2004-08-101-4/+15
|/
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-06-151-16/+4
|\
| * a fixram@gw.mysql.r18.ru2004-06-081-16/+4
* | cleunup() of count() and max()/min() added (BUG#2687)bell@sanja.is.com.ua2004-06-101-0/+19
|/
* keep old engine & JOIN if we changed subquery Item (Bug #3646)bell@sanja.is.com.ua2004-05-071-0/+8
* mergedserg@serg.mylan2004-04-071-3/+2
|\
| * ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...serg@serg.mylan2004-04-061-3/+2
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-04-071-137/+192
|\ \
| * | Portability fixesmonty@mysql.com2004-04-071-56/+59
| |/
| * Fixed many compiler warningsmonty@mysql.com2004-04-051-112/+165
* | fixed brocken of client_test bell@sanja.is.com.ua2004-04-031-15/+67
|/
* false/true -> FALSE/TRUEmonty@mysql.com2004-03-301-1/+1
* after review changesbell@sanja.is.com.ua2004-03-201-1/+1
* DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-1/+24