summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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