summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-7/+7
|\
| * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-101-7/+7
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-5/+9
|\ \ | |/
| * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-4/+7
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-6/+6
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-7/+7
| |\
| | * Code comment spellfixesIan Gilfillan2020-07-221-8/+8
| * | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-191-2/+2
* | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-091-15/+25
* | | MDEV-18100: User defined aggregate functions not working correctly when the s...Varun Gupta2020-05-151-3/+5
* | | MDEV-21392 Cleanup redundant overriding in Item_sum_numAlexander Barkov2019-12-251-21/+1
* | | A cleanup for `MDEV-20273 Add class Item_sum_min_max` - removing duplicate codeAlexander Barkov2019-08-091-1/+63
* | | MDEV-20273 Add class Item_sum_min_maxAlexander Barkov2019-08-071-38/+38
* | | Merge 10.2 into 10.3Eugene Kosov2019-07-161-4/+7
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Eugene Kosov2019-07-091-4/+7
| |\ \ | | |/
| | * MDEV-17857 Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TI...Alexander Barkov2019-07-051-4/+7
* | | Merge branch '10.2-release' into 10.3-releaseOleksandr Byelkin2019-06-141-1/+5
|\ \ \ | |/ /
| * | MDEV-19633 ASAN use-after-poison in tree_insert() in main.func_gconcatSergei Golubchik2019-06-141-1/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | * MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-201-2/+4
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-4/+89
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-4/+89
| |\ \ \ | | |/ /
| | * | MDEV-19350 Server crashes in delete_tree_element / ... / Item_func_group_conc...Sergei Golubchik2019-04-271-2/+2
| | * | MDEV-9531 GROUP_CONCAT with ORDER BY inside takes a lot of memory while it's ...Sergei Golubchik2019-04-241-4/+89
* | | | MDEV-18943: Group Concat with limit not working with viewsVarun Gupta2019-05-031-1/+13
* | | | Fixed some compilation warnings/errorsMonty2019-05-021-1/+1
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-221-2/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-221-2/+15
| |\ \ \ | | |/ /
| | * | Fixing "mtr func_math" failure in the test for MDEV-17643Alexander Barkov2019-03-201-2/+3
| | * | MDEV-17643 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2019-03-151-0/+12
* | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-11/+13
* | | | 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-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-9/+4
* | | | 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-14592: Custom Aggregates Usage Status VariableVarun Gupta2018-03-301-0/+2