summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-2/+4
* MDEV-15870 Using aggregate and window function in unexpected places can crash...Alexander Barkov2018-06-131-3/+3
* fix Item_window_func::print() not to crash before fix_fields()Sergei Golubchik2018-02-061-0/+5
* Fixed the bug mdev-13064.Igor Babaev2017-06-161-1/+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
* 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