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