summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-0/+6
* cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-1/+1
* MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-3/+5
* Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-22/+35
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-22/+34
| |\
| | * MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-31/+36
| * | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-0/+1
* | | Implemented avg() window function.Vicențiu Ciorbaru2016-03-161-0/+10
* | | Implemented a counter within Item_sum_sumVicențiu Ciorbaru2016-03-141-3/+23
* | | Preliminary implementation for the aggregate sum function as a window functionVicențiu Ciorbaru2016-03-141-4/+25
* | | Implement BIT_(AND|OR|XOR) functions as window functions.Vicențiu Ciorbaru2016-03-071-0/+95
* | | MDEV-9634: Window function produces incorrect valueSergei Petrunia2016-02-261-1/+2
* | | MDEV-9526: Compute Aggregate functions as window functionsSergei Petrunia2016-02-181-0/+12
* | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-5/+5
|/ /
* | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-38/+0
* | MDEV-9238 Wrap create_virtual_tmp_table() into a class, split into different ...Alexander Barkov2015-12-041-41/+2
* | MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-011-25/+26
* | A joint patch for:Alexander Barkov2015-11-251-2/+2
|/
* 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
| | | |\ \ | | | | |/