summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-7/+7
|\
| * Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-7/+7
| |\
| | * 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.4 into 10.5Marko Mäkelä2020-11-031-5/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-5/+9
| |\ \ \ | | |/ /
| | * | 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.4' into 10.5Oleksandr Byelkin2020-08-041-6/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-6/+6
| |\ \ \ | | |/ /
| | * | 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
* | | | | Fixed memory leak in item_sum.cc::report_cut_value_error()Monty2020-06-241-3/+6
* | | | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-151-19/+34
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-15/+25
| |\ \ \ \ | | |/ / /
| | * | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-091-15/+25
* | | | | MDEV-22840: JSON_ARRAYAGG gives wrong results with NULL values and ORDER by c...Varun Gupta2020-06-121-5/+83
* | | | | MDEV-22011: DISTINCT with JSON_ARRAYAGG gives wrong resultsVarun Gupta2020-06-121-6/+119
* | | | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-121-15/+25
* | | | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-041-12/+4
* | | | | MDEV-22084 Squared brackets missing from JSON_ARRAYAGG when used in a view.Alexey Botchkov2020-06-041-4/+8
* | | | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-041-17/+12
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-181-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-161-3/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18100: User defined aggregate functions not working correctly when the s...Varun Gupta2020-05-151-3/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-271-21/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-12-251-21/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21392 Cleanup redundant overriding in Item_sum_numAlexander Barkov2019-12-251-21/+1
* | | | | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG.Alexey Botchkov2019-10-141-8/+0
* | | | | Merge branch 'MDEV-16620' of https://github.com/markus456/server into bb-10.5-hfAlexey Botchkov2019-10-101-3/+24
|\ \ \ \ \
| * | | | | MDEV-16620: Add JSON_ARRAYAGG functionMarkus Mäkelä2019-07-041-3/+24
* | | | | | MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-281-2/+3
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-12/+60
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | MDEV-19961 MIN(timestamp_column) returns a wrong result in a GROUP BY queryAlexander Barkov2019-08-191-12/+60
* | | | | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-1/+1
* | | | | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-1/+1
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-39/+101
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-38/+100
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | 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.4 into 10.5Marko Mäkelä2019-08-131-4/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-4/+7
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | 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
* | | | | MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field()Alexander Barkov2019-07-121-10/+13
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-1/+5
|\ \ \ \ | |/ / /