summaryrefslogtreecommitdiff
path: root/sql/sql_window.h
Commit message (Expand)AuthorAgeFilesLines
* CleanupsMonty2016-04-281-1/+1
* Window functions: Better class namesSergei Petrunia2016-04-061-4/+4
* MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-051-7/+26
* Fixed a problem with --ps-protocol.Igor Babaev2016-04-011-2/+5
* Added sorting window function to minimize the number of scansIgor Babaev2016-03-301-0/+10
* Merge branch 'cume_dist' into bb-10.2-mdev9543Vicențiu Ciorbaru2016-03-281-1/+1
|\
| * Lay the groundwork for variable number of cursors.Vicențiu Ciorbaru2016-03-281-1/+1
* | MDEV-9787: Window functions: HAVING and GROUP BYSergei Petrunia2016-03-281-2/+4
|/
* Get rid of Window_func_runner::first_runSergei Petrunia2016-03-271-1/+0
* Make window function computation a part of the query planSergei Petrunia2016-03-271-0/+60
* Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-1/+3
* Fixed the bug mdev-9719 concerning execution of prepared statementsIgor Babaev2016-03-161-1/+1
* The class Window_spec now has pointers to the partition and order listsIgor Babaev2016-03-161-7/+6
* Fixed a problems in the parser.Igor Babaev2016-02-191-5/+10
* Moved window function computation code from JOIN::exec_inner() intoSergei Petrunia2016-02-141-0/+7
* Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-0/+124