summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2023-02-161-1/+1
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-1/+1
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
| | |\
| | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
| | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-1/+8
| | | |\
* | | | \ Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-1/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+8
| | |\ \ \
| | | * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-1/+8
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | | * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-231-1/+8
* | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-101-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-031-3/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.4 into 10.5Marko Mäkelä2023-01-031-2/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2023-01-031-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-19071 Wrong results when using STDDEV_SAMP() and viewSergei Golubchik2023-01-021-1/+1
* | | | | MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-301-13/+13
|/ / / /
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-1/+1
|\ \ \ \ | |/ / /
| * | | followup: rename generated files to have distinct namesSergei Golubchik2021-05-271-1/+1
* | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-233/+248
* | | | Reduce usage of strlen()Monty2021-05-191-18/+60
* | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-6/+7
* | | | Remove calls to current_thd() in Item functionsMichael Widenius2021-05-191-2/+2
* | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-18/+29
* | | | Revert MDEV-16592 "Change Item::with_sum_func to a virtual method"Michael Widenius2021-05-191-2/+0
* | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-1/+1
|/ / /
* | | fixup 58e759a9393f76e558c016a3f84656401b9de1ce: clang -Winconsistent-missing-...Marko Mäkelä2020-08-071-15/+16
* | | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-14/+14
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+1
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+1
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+1
| | | |\
| | | | * Code comment spellfixesIan Gilfillan2020-07-221-1/+1
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-1/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-091-1/+2
* | | | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-151-0/+2
* | | | | MDEV-22840: JSON_ARRAYAGG gives wrong results with NULL values and ORDER by c...Varun Gupta2020-06-121-0/+5
* | | | | MDEV-22011: DISTINCT with JSON_ARRAYAGG gives wrong resultsVarun Gupta2020-06-121-0/+9
* | | | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-121-1/+2
* | | | | MDEV-21765 Possibly inconsistent behavior of BIT_xx functions with INET6 fieldAlexander Barkov2020-06-091-0/+2
* | | | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-041-0/+5
* | | | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-041-1/+7
* | | | | MDEV-22764 Crash with a stored aggregate function returning INET6Alexander Barkov2020-06-011-0/+5
* | | | | MDEV-21915 Server crashes in copy_fields,Item_func_group_concat::add …Alexey Botchkov2020-04-291-1/+2
* | | | | Fix various spelling errorsOtto Kekäläinen2020-03-161-2/+2
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-4/+4
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-271-25/+52
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-12-251-25/+52
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21392 Cleanup redundant overriding in Item_sum_numAlexander Barkov2019-12-251-39/+58
* | | | | cleanup: data type pluginsSergei Golubchik2019-10-311-2/+3
* | | | | Merge branch 'MDEV-16620' of https://github.com/markus456/server into bb-10.5-hfAlexey Botchkov2019-10-101-2/+13
|\ \ \ \ \