summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-05-201-0/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-0/+1
| |\
| | * Fixed the bug mdev-7599.Igor Babaev2017-05-151-0/+1
* | | MDEV-10556 Assertion `0' failed in virtual void Item_sum_field::set_result_fi...Alexander Barkov2016-09-211-1/+0
* | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-2/+1
* | | MDEV-9656 Assertion `0' failed in Item_sum_field::get_tmp_table_field().Alexander Barkov2016-03-161-1/+0
* | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-6/+4
* | | Removing Used_tables_and_const_cache from "class udf_handler".Alexander Barkov2015-10-141-1/+19
* | | Moving Used_tables_and_const_chache from Item_func to Item_func_or_sumAlexander Barkov2015-10-121-23/+17
* | | MDEV-8921 Wrong result for CAST(AVG(double_column) AS SIGNED)Alexander Barkov2015-10-081-14/+6
* | | MDEV-8918 Wrong result for CAST(AVG(bigint_column) AS SIGNED)Alexander Barkov2015-10-081-66/+111
* | | Clean-up: Item_sum_variance and Item_variance_field had hybrid typeAlexander Barkov2015-10-081-24/+6
* | | MDEV-8860 Wrong result for WHERE 2016 < SOME (SELECT CAST(time_column AS DATE...Alexander Barkov2015-09-301-9/+13
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-0/+1
|\ \ \ | |/ /
| * | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-0/+1
| |\ \ | | |/
| | * MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd executi...Sergei Golubchik2015-07-311-0/+1
* | | Stage 2 of MDEV-6152:Monty2015-08-211-8/+5
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-84/+90
* | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-131-2/+4
* | | A clean-up for c8141f53140054282306d17459310fbca94cbf0eAlexander Barkov2015-04-291-0/+11
* | | Deriving Item_row from Item_args and sharing more codeAlexander Barkov2015-04-241-1/+0
* | | Moving fix_length_and_dec() from Item_result_field to Item_func_or_sum,Alexander Barkov2015-04-171-2/+0
* | | Minor reorganization in Item hierarchy, to remove duplicate code.Alexander Barkov2015-04-171-11/+4
* | | cleanup: comments referring to non-extistent Item classesSergei Golubchik2014-12-041-3/+3
|/ /
* | 5.5 mergeSergei Golubchik2014-02-251-19/+24
|\ \ | |/
| * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-19/+24
| |\
| | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | * Bug#16539979 - BASIC SELECT COUNT(DISTINCT ID) IS BROKENGuilhem Bichot2013-12-041-19/+24
* | | 5.5 mergeSergei Golubchik2013-07-171-2/+2
|\ \ \ | |/ /
| * | mysql-5.5.32 mergeSergei Golubchik2013-07-161-3/+3
| |\ \ | | |/
| | * Merge from 5.1 to 5.5Chaithra Gopalareddy2013-04-141-2/+3
| | |\
| | | * Bug#16347426:ASSERTION FAILED: (SELECT_INSERT &&Chaithra Gopalareddy2013-04-141-2/+3
* | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-3/+3
|/ / /
* | | Fixed bug mdev-4311 (bug #68749).Igor Babaev2013-03-271-0/+1
* | | non-functional cleanup, clarifying CONVERT_IF_BIGGER_TO_BLOBSergei Golubchik2013-01-071-1/+1
* | | Merge 5.3->5.5.Igor Babaev2012-03-011-1/+0
|\ \ \
| * | | Rolled back the patch for bug 791761.Igor Babaev2012-02-261-1/+0
* | | | mysql-5.5 mergeSergei Golubchik2012-01-161-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Bug#11750518 41090: ORDER BY TRUNCATES GROUP_CONCAT RESULTSergey Glukhov2011-10-121-0/+1
* | | | 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \ \
| | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | | | backported the fix for bug #34773 to 5.0Georgi Kodinov2008-12-091-7/+18
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-8/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Fixed LP bug #791761.Igor Babaev2011-07-201-0/+1