summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-14/+14
* MDEV-15870 Using aggregate and window function in unexpected places can crash...Alexander Barkov2018-06-131-2/+2
* Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-0/+3
|\
| * 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
* | | | Compilation speed (#546)Eugene Kosov2018-01-141-2/+2
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-1/+1
|\ \ \ \ | |/ / /
| * | | 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-14320 main.subselect failed in buildbot, results mismatchAlexander Barkov2017-11-081-1/+1
* | | | MDEV-10817 CAST(MAX(DATE'2001-01-01') AS TIME) returns a wrong resultAlexander Barkov2017-11-071-0/+12
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | | fix some conversion warningsVladislav Vaintroub2017-09-281-2/+2
* | | | MDEV-13774: Server Crash on Execute of SQL StatementVicențiu Ciorbaru2017-09-191-1/+22
* | | | Added tmp_disk_table_size to limit size of Aria temp tables in tmpdirMonty2017-06-301-2/+2
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-6/+6
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | | Whitespace correction to avoid compile warningDaniel Black2017-03-081-1/+1
* | | | 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