summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-0/+3
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-0/+3
| |\
| | * MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-251-0/+3
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-1/+1
|\ \ \ | |/ /
| * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-1/+1
| |\ \ | | |/
| | * MDEV-14619: VIEW and GROUP_CONCATOleksandr Byelkin2017-12-171-1/+1
* | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-1/+1
| |\ \ | | |/
| | * compiler warningSergei Golubchik2017-04-201-1/+1
* | | MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate...mariadb-10.1.17Oleksandr Byelkin2016-08-291-0/+10
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-1/+3
| |\ \ | | |/
| | * MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2016-08-081-0/+2
| | * MDEV-10500 CASE/IF Statement returns multiple values and shifts further resul...Alexander Barkov2016-08-081-1/+1
* | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-31/+36
* | | Moving Used_tables_and_const_chache from Item_func to Item_func_or_sumAlexander Barkov2015-10-121-8/+5
* | | MDEV-8921 Wrong result for CAST(AVG(double_column) AS SIGNED)Alexander Barkov2015-10-081-1/+1
* | | MDEV-8918 Wrong result for CAST(AVG(bigint_column) AS SIGNED)Alexander Barkov2015-10-081-63/+6
* | | Clean-up: Item_sum_variance and Item_variance_field had hybrid typeAlexander Barkov2015-10-081-38/+1
* | | MDEV-8910 Wrong metadata or field type for MAX(COALESCE(string_field))Alexander Barkov2015-10-071-4/+3
* | | Combined fix for MDEV-7267 and MDEV-8864Sergei Petrunia2015-10-061-1/+1
* | | MDEV-8860 Wrong result for WHERE 2016 < SOME (SELECT CAST(time_column AS DATE...Alexander Barkov2015-09-301-8/+11
* | | MDEV-8806 Numeric CAST produce different warnings for strings literals vs fun...Alexander Barkov2015-09-251-1/+1
* | | Removing global function agg_item_charsets_for_string_result().Alexander Barkov2015-09-211-2/+2
* | | A clean-up after the patch for MDEV-8747 and MDEV-8749:Alexander Barkov2015-09-061-5/+0
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-3/+11
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-08-051-2/+3
| |\ \ | | |/
| | * correct the NULL-pointer testmariadb-5.5.45Sergei Golubchik2015-08-041-2/+3
| * | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-3/+10
| |\ \ | | |/
| | * MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd executi...Sergei Golubchik2015-07-311-6/+10
| | * MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2ndSergey Vojtovich2015-07-311-0/+3
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-17/+29
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-3/+3
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-4/+4
* | | Stage 2 of MDEV-6152:Monty2015-08-211-1/+22
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-16/+19
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-8/+12
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-3/+15
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-3/+15
| |\ \ | | |/
| | * Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-051-3/+15
| | |\
| | | * Bug #19814337 - SERVER CRASHES IN ITEM_FUNC_GROUP_CONCAT::FIX_FIELDS ONChaithra Gopalareddy2015-02-261-1/+14
| | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | * Bug#16539979 - BASIC SELECT COUNT(DISTINCT ID) IS BROKENGuilhem Bichot2013-12-041-22/+45
| | | * Bug#17222452 - SELECT COUNT(DISTINCT A,B) INCORRECTLY COUNTS ROWS Neeraj Bisht2013-09-041-2/+6
| | | * Merge from 5.1 to 5.5Chaithra Gopalareddy2013-04-141-3/+4
| | | |\
| | | | * Bug#16347426:ASSERTION FAILED: (SELECT_INSERT &&Chaithra Gopalareddy2013-04-141-3/+4
| | | * | Merge from 5.1 to 5.5Chaithra Gopalareddy2013-03-311-38/+50
| | | |\ \ | | | | |/
| | | | * Bug #16347343 : CRASH, GROUP_CONCAT, DERIVED TABLESChaithra Gopalareddy2013-03-311-38/+50
| | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | * | 5.1 -> 5.5 mergeSergey Glukhov2013-03-141-1/+8
| | | |\ \ | | | | |/