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