summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2018-10-171-0/+17
|\
| * MDEV-17137: Syntax errors with VIEW using MEDIANVarun Gupta2018-10-161-0/+17
* | 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-5/+3
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-6/+8
|\ \ | |/
| * MDEV-16489 when lead() returns null on a datetime field, the result is treate...Alexander Barkov2018-06-201-1/+1
| * Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-2/+4
| |\
| | * MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-2/+4
| * | Merge 10.2 into 10.3Marko Mäkelä2018-06-181-3/+3
| |\ \ | | |/
| | * MDEV-15870 Using aggregate and window function in unexpected places can crash...Alexander Barkov2018-06-131-3/+3
* | | MDEV-16592 Change Item::with_sum_func from a member to a virtual methodAlexander Barkov2018-06-271-1/+0
|/ /
* | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-3/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-0/+16
|\ \
| * | MDEV-15293 CAST(AS TIME) returns bad results for LAST_VALUE(),NAME_CONST(),SP...Alexander Barkov2018-02-131-0/+11
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-0/+5
| |\ \ | | |/
| | * fix Item_window_func::print() not to crash before fix_fields()Sergei Golubchik2018-02-061-0/+5
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+2
|\ \ \ | |/ /
| * | MDEV-14517 Cleanup for Item::with_subselect and Item::has_subquery()Alexander Barkov2017-11-281-2/+2
* | | Updates the tests for the percentile functionsVarun Gupta2017-11-011-4/+4
* | | Date-time fields are disabled currently for the result type of percentile fun...Varun Gupta2017-11-011-3/+2
* | | Tests added for percentile and median functionsVarun Gupta2017-11-011-1/+1
* | | Added fix_fields for percentile function to check the type of argument and to...Varun Gupta2017-11-011-11/+43
* | | Added the error ER_WRONG_TYPE_FOR_PERCENTILE_CONT, which ensures that the res...Varun Gupta2017-11-011-7/+4
* | | Added the error ER_NOT_SINGLE_ELEMENT_ORDER_LIST for th percentile functions,...Varun Gupta2017-11-011-8/+1
* | | Ensured that the the element in the order by clause should have a numerical t...Varun Gupta2017-11-011-0/+18
* | | Percentile class implemented, most of the functions have the same functionali...Varun Gupta2017-11-011-0/+21
* | | Implemented the implementation of percentile functions using Item_cache inste...Varun Gupta2017-11-011-7/+7
* | | Setting handler to have the return type as that of the element by which we ar...Varun Gupta2017-11-011-0/+5
* | | Added value field to Item_sum_percentile_discVarun Gupta2017-11-011-0/+16
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+1
* | | Added copyright message to some filesMichael Widenius2017-08-241-0/+16
|/ /
* | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-191-1/+1
|\ \ | |/
| * Fixed the bug mdev-13064.Igor Babaev2017-06-161-1/+1
* | MDEV-12719 Determine Item::result_type() from Item::type_handler()Alexander Barkov2017-05-071-2/+2
* | Cleanup: changing set_handler_by_field_type(field_type()) to set_handler(type...Alexander Barkov2017-05-061-2/+2
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+2
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-02-271-12/+1
|\ \ | |/
| * MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-141-12/+0
| * Fixed bug mdev-11745.Igor Babaev2017-02-091-0/+1
* | MDEV-11357 Split Item_cache::get_cache() into virtual methods in Type_handlerAlexander Barkov2016-12-161-1/+1
|/
* Fixed bug mdev-10868.Igor Babaev2016-09-301-0/+7
* Implement LEAD and LAG and NTH_VALUE functionsVicențiu Ciorbaru2016-09-241-7/+211
* Implement first_value and last_value as window functionsVicențiu Ciorbaru2016-09-241-0/+23
* MDEV-10059: Compute window functions with same sorting criteria simultaneouslyVicențiu Ciorbaru2016-09-091-32/+11
* Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-0/+242