summaryrefslogtreecommitdiff
path: root/sql/sql_window.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14791: Crash with order by expression containing window functionsVarun Gupta2019-05-041-0/+27
* MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-241-0/+16
* MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVERVicențiu Ciorbaru2018-11-011-5/+12
* MDEV-15853: Assertion `tab->filesort_result == 0' failedVarun Gupta2018-05-111-1/+1
* MDEV-13683: crash in Item_window_func::update_used_tablesVicențiu Ciorbaru2017-12-281-7/+0
* Fix several truncation and formatting warnings.Vladislav Vaintroub2017-10-031-1/+1
* MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* Fixed the bug mdev-11990.Igor Babaev2017-05-031-6/+1
* MDEV-11868: min ( distinct ) over ( ) returns wrong valueVicențiu Ciorbaru2017-02-151-1/+11
* MDEV-10092: Server crashes in in ha_heap::rnd_pos / Table_read_cursor::get_nextVicențiu Ciorbaru2017-02-151-24/+35
* MDEV-10859: Wrong result of aggregate window function in query with HAVING an...Vicențiu Ciorbaru2017-02-151-0/+6
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-141-5/+16
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-141-8/+16
* Fixed bug mdev-11138.Igor Babaev2017-02-041-0/+5
* Post-review addition to the fix for mdev-10868.Igor Babaev2016-09-301-1/+6
* Fixed bug mdev-10868.Igor Babaev2016-09-301-0/+78
* Window functions can have an empty over clauseVicențiu Ciorbaru2016-09-241-2/+2
* Make sure to call Rowid_seq_cursor::next to not face infinite recursionVicențiu Ciorbaru2016-09-241-1/+1
* MDEV-9736: Window functions: multiple cursors to read filesort resultSergei Petrunia2016-09-241-43/+109
* Clean up nth_valueVicențiu Ciorbaru2016-09-241-2/+6
* Implement LEAD and LAG and NTH_VALUE functionsVicențiu Ciorbaru2016-09-241-42/+120
* MDEV-9935: Window functions: assertion failure with empty OVER () clauseVicențiu Ciorbaru2016-09-241-2/+24
* Update Frame_positional_cursor to also take an optional boundVicențiu Ciorbaru2016-09-241-7/+69
* Allow first/last value functions to have frame definitionsVicențiu Ciorbaru2016-09-241-1/+2
* Make first_value and last_value computation efficientVicențiu Ciorbaru2016-09-241-16/+89
* Move table record writing outside of loopVicențiu Ciorbaru2016-09-241-19/+4
* Frame bounds using FOLLOWING or PRECEDING can have 0 as cardinal valueVicențiu Ciorbaru2016-09-241-1/+0
* Fixed bug mdev-10874.Igor Babaev2016-09-231-6/+15
* Fixed bug mdev-10842.Igor Babaev2016-09-201-1/+1
* Enable almost all aggregate functions for window functionsVicențiu Ciorbaru2016-09-091-13/+7
* Make cursor implementation uniformVicențiu Ciorbaru2016-09-091-140/+365
* Extend Frame_cursor to report the current row it is pointing atVicențiu Ciorbaru2016-09-091-3/+72
* Add a method to disable the automatic adding of values from cursorsVicențiu Ciorbaru2016-09-091-0/+22
* Convert Partition_read_cursor to inherit from Table_read_cursorVicențiu Ciorbaru2016-09-091-6/+5
* MDEV-10097: Assertion `count > 0' failed in Item_sum_sum::add_helper(bool)Vicențiu Ciorbaru2016-09-091-4/+17
* MDEV-10059: Compute window functions with same sorting criteria simultaneouslyVicențiu Ciorbaru2016-09-091-355/+529
* Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-28/+28
* CleanupsMonty2016-04-281-0/+3
* MDEV-9925: Wrong result with aggregate function as a window functionSergei Petrunia2016-04-151-47/+103
* Fixed bug mdev-9897.Igor Babaev2016-04-141-13/+14
* Fix compiler warningSergei Petrunia2016-04-111-1/+1
* MDEV-9895: Assertion `n_rows > 0' failed in Frame_cursor* get_frame_cursorSergei Petrunia2016-04-101-1/+9
* Window functions: return error if aggregate is not supported as window functionsSergei Petrunia2016-04-101-1/+2
* MDEV-9877: Window functions: wrong sort criteria is usedSergei Petrunia2016-04-061-9/+17
* MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-061-1/+1
* Window functions: Better class namesSergei Petrunia2016-04-061-14/+14
* MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-051-50/+112
* Fixed a problem with setting wrong flags for ordering in the codeIgor Babaev2016-04-041-1/+6
* Implement ntile window function.Vicențiu Ciorbaru2016-04-041-0/+1
* Fix post review comments regarding the usage of List<>.Vicențiu Ciorbaru2016-04-041-14/+11