summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13995 MAX(timestamp) returns a wrong result near DST changeAlexander Barkov2018-12-101-0/+9
* MDEV-15073: Generic UDAF parser code in server for windows functionsOleksandr Byelkin2018-11-271-0/+19
* Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-11/+13
|\
| * MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-11/+13
* | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-2/+2
* | MDEV-16910 Add class VDecAlexander Barkov2018-08-071-59/+19
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+2
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-24/+30
|\ \ | |/
| * Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-22/+28
| |\
| | * MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-14/+14
| * | Merge 10.2 into 10.3Marko Mäkelä2018-06-181-2/+2
| |\ \ | | |/
| | * MDEV-15870 Using aggregate and window function in unexpected places can crash...Alexander Barkov2018-06-131-2/+2
* | | MDEV-16592 Change Item::with_sum_func from a member to a virtual methodAlexander Barkov2018-06-271-2/+1
* | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-1/+1
* | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-9/+4
|\ \ \ | |/ /
| * | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-9/+4
* | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-6/+23
|\ \ \ | |/ /
| * | Cleanup isinf() portability checksSergey Vojtovich2018-05-261-1/+1
| * | MDEV-14520: Custom aggregate functions work incorrectly with WITH ROLLUP clauseVarun Gupta2018-05-191-0/+14
| * | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-0/+3
| |\ \ | | |/
| | * 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
| * | | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
| * | | | | MDEV-15957 Unexpected "Data too long" when doing CREATE..SELECT with stored funcAlexander Barkov2018-04-231-1/+1
| * | | | | Remove compiler warningsMichael Widenius2018-04-161-3/+3
* | | | | | MDEV-16309 Split ::create_tmp_field() into virtual methods in ItemAlexander Barkov2018-05-281-3/+5
|/ / / / /
* | | | | MDEV-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-301-0/+2
* | | | | Fixed compiler warningsMonty2018-03-291-1/+1
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+2
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-151-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-151-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Compilation speed (#546)Eugene Kosov2018-01-141-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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-11297: Add support for LIMIT clause in GROUP_CONCAT()Varun Gupta2017-12-081-3/+38
* | | | | | MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-041-0/+156
* | | | | | Add direct aggregatesMonty2017-12-031-55/+275
* | | | | | Added more DBUG informationMonty2017-12-031-24/+67
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14517 Cleanup for Item::with_subselect and Item::has_subquery()Alexander Barkov2017-11-281-3/+3