summaryrefslogtreecommitdiff
path: root/mysql-test/r/win.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9922: Assertion `!join->only_const_tables() && fsort' failedbb-10.2-mdev9543Sergei Petrunia2016-04-161-0/+9
* MDEV-9925: Wrong result with aggregate function as a window functionSergei Petrunia2016-04-151-0/+10
* Make test result deterministic.Sergei Petrunia2016-04-151-8/+8
* Fixed bug mdev-9897.Igor Babaev2016-04-141-0/+24
* Fix dense_rank returning minimum rank of 2 when using null columns.Vicențiu Ciorbaru2016-04-111-44/+0
* MDEV-9780: Window functions: interplay between window function and other cons...Sergei Petrunia2016-04-101-0/+58
* MDEV-9895: Assertion `n_rows > 0' failed in Frame_cursor* get_frame_cursorSergei Petrunia2016-04-101-0/+61
* Window functions: return error if aggregate is not supported as window functionsSergei Petrunia2016-04-101-0/+10
* Window functions: handle window functions as arguments to other functionsSergei Petrunia2016-04-101-0/+19
* Update to previous cset, which added ORDER BY into the wrong clauseSergei Petrunia2016-04-091-6/+6
* Make the testcase deterministicSergei Petrunia2016-04-081-3/+3
* Window functions: make "ORDER BY window_func" workSergei Petrunia2016-04-081-0/+45
* MDEV-9877: Window functions: wrong sort criteria is usedSergei Petrunia2016-04-061-0/+52
* MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-061-0/+21
* MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-051-0/+114
* The implementation of the template bubble_sort assumedIgor Babaev2016-04-011-0/+75
* Make EXPLAIN FORMAT=JSON be able to show the key that's used for sorting.Sergei Petrunia2016-03-301-0/+2
* MDEV-9787: Window functions: HAVING and GROUP BYSergei Petrunia2016-03-281-0/+29
* Make window functions computation step show up in EXPLAIN FORMAT=JSON outputSergei Petrunia2016-03-281-0/+73
* Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-3/+46
* For some window functions an order list must be present.Igor Babaev2016-03-181-0/+11
* MDEV-9724: Window functions: Frame Exclusion supportSergei Petrunia2016-03-181-0/+31
* Prohibit using window functions of some types withIgor Babaev2016-03-181-0/+19
* Fixed bug mdev-9754.Igor Babaev2016-03-171-0/+40
* MDEV-9740: Window functions: catch invalid window frame specsSergei Petrunia2016-03-171-0/+38
* Fixed the bug mdev-9719 concerning execution of prepared statementsIgor Babaev2016-03-161-0/+42
* Add testcases for frames with bound1 > bound2.Sergei Petrunia2016-03-161-0/+59
* Add a testcase for RANGE-type frames and NULL valuesSergei Petrunia2016-03-141-0/+32
* MDEV-9676: RANGE-type frames for window functionsSergei Petrunia2016-03-141-0/+110
* Add a testcase for non-integer range frame.Sergei Petrunia2016-03-131-0/+27
* MDEV-9676: RANGE-type frames for window functionsSergei Petrunia2016-03-131-0/+168
* MDEV-9695: Wrong window frame when using RANGE BETWEEN N FOLLOWING AND PRECEDINGSergei Petrunia2016-03-111-0/+97
* MDEV-9695: Wrong window frame when using RANGE BETWEEN N FOLLOWING AND PRECEDINGSergei Petrunia2016-03-101-0/+26
* MDEV-9676: RANGE-type frames for window functionsSergei Petrunia2016-03-061-0/+90
* MDEV-9676: RANGE-type frames for window functionsSergei Petrunia2016-03-061-0/+108
* MDEV-9634: Window function produces incorrect valueSergei Petrunia2016-02-261-0/+37
* Fixed a problems in the parser.Igor Babaev2016-02-191-0/+170
* MDEV-9526: Compute Aggregate functions as window functionsSergei Petrunia2016-02-181-0/+117
* Fix review comments.Vicențiu Ciorbaru2016-02-161-0/+1
* Implement DENSE_RANK function.Vicențiu Ciorbaru2016-02-161-0/+43
* Testcase fix and code cleanup for window functionsSergei Petrunia2016-02-151-1/+1
* Post-merge fixes. win.test passes but further cleanup is needed.Sergei Petrunia2016-02-141-1/+1
* More testcases, fixed commentsSergei Petrunia2016-02-141-3/+12
* Initial implementation of RANK() window functionSergei Petrunia2016-02-141-0/+44
* More testcases. Added .result fileSergei Petrunia2016-02-141-0/+41