summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug mdev-11745.Igor Babaev2017-02-091-1/+2
* Fixed bug mdev-10660.Igor Babaev2017-02-031-1/+10
* Fixed bug mdev-11867.Igor Babaev2017-02-011-0/+3
* MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-101-7/+4
* It is now possible to remove values multiple times from window functionsVicențiu Ciorbaru2016-09-091-11/+21
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+13
|\
| * 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
* | | | 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