summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-301-6/+6
* Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-128/+134
* Reduce usage of strlen()Monty2021-05-191-27/+47
* Merge 10.4 into 10.5Marko Mäkelä2020-08-011-3/+7
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-311-3/+7
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-311-3/+7
| | |\
| | | * MDEV-9911: NTILE must return an error when parameter is not stableDan Solodko2020-07-281-3/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-151-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-151-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-1/+1
| | |\ \ | | | |/
| | | * MDEV-12059: Assertion `precision > 0' failed with a window function or window...Varun Gupta2020-07-071-0/+1
* | | | MDEV-20280 PERCENTILE_DISC() rejects temporal and string inputAlexander Barkov2020-06-011-1/+12
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-271-68/+107
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-12-251-68/+105
| |\ \ \ | | |/ /
| | * | MDEV-21392 Cleanup redundant overriding in Item_sum_numAlexander Barkov2019-12-251-68/+96
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-08-161-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-20351 Window function BIT_OR() OVER (..) return a wrong data typeAlexander Barkov2019-08-151-1/+1
* | | | MDEV-20353 Add separate type handlers for unsigned integer data typesAlexander Barkov2019-08-151-3/+8
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-19/+6
|\ \ \ \ | |/ / /
| * | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-19/+6
| |\ \ \ | | |/ /
| | * | A cleanup for `MDEV-20273 Add class Item_sum_min_max` - removing duplicate codeAlexander Barkov2019-08-091-0/+1
| | * | MDEV-20278 PERCENTILE_DISC() returns a wrong data typeAlexander Barkov2019-08-071-11/+0
| | * | MDEV-20273 Add class Item_sum_min_maxAlexander Barkov2019-08-071-10/+5
* | | | MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field()Alexander Barkov2019-07-121-1/+1
|/ / /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-06-121-8/+4
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-8/+4
| |\ \ | | |/
| | * MDEV-18015: Assertion `global_status_var.global_memory_used == 0' failed when...Varun Gupta2019-06-041-8/+4
* | | MDEV-19124 Assertion `0' failed in Item::val_nativeAlexander Barkov2019-04-021-0/+10
* | | A cleanup in Item_sum: removing dead codeAlexander Barkov2019-03-281-4/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2018-10-171-0/+1
|\ \ \ | |/ /
| * | MDEV-17137: Syntax errors with VIEW using MEDIANVarun Gupta2018-10-161-0/+1
* | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-3/+3
|/ /
* | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+2
|\ \ | |/
| * MDEV-15204: lag/lead function order list mandatoryzhzhzoo2018-08-251-0/+2
* | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-5/+10
|\ \ | |/
| * MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-3/+6
| * MDEV-13358: FIRST_V throw SQL Fehler (1292): Incorrect datetime valueVicențiu Ciorbaru2017-09-191-9/+7
| * MDEV-12851: Case with window functions query crashes serverVicențiu Ciorbaru2017-06-281-0/+11
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-0/+24
|\ \
| * | MDEV-15293 CAST(AS TIME) returns bad results for LAST_VALUE(),NAME_CONST(),SP...Alexander Barkov2018-02-131-0/+24
* | | Remove not used mem_root argument from build_clone(), get_copy() and get_item...Michael Widenius2017-11-231-27/+27
* | | Updates the tests for the percentile functionsVarun Gupta2017-11-011-7/+7
* | | Update the error messages involving percentile functionsVarun Gupta2017-11-011-4/+4
* | | Changes made according to the review given, mostly fixing coding style errorsVarun Gupta2017-11-011-8/+10
* | | Remove has_error as a member from Item_sum and use THD::is_error() insteadVicențiu Ciorbaru2017-11-011-6/+0
* | | made changes according to the review, mostly removing unused code and fixing ...Varun Gupta2017-11-011-28/+6
* | | Added the errorVarun Gupta2017-11-011-32/+20
* | | Added the function setting_handler_for_percentile_function() for the percenti...Varun Gupta2017-11-011-0/+15
* | | Val_str function added for the percentile_disc function, as it can have resul...Varun Gupta2017-11-011-0/+11
* | | Percentile class implemented, most of the functions have the same functionali...Varun Gupta2017-11-011-2/+159