summaryrefslogtreecommitdiff
path: root/mysql-test/r
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
* Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Igor Babaev2016-04-141-5/+5
|\
| * Fix another bug in dense_rank.Vicențiu Ciorbaru2016-04-131-5/+5
* | Fixed bug mdev-9897.Igor Babaev2016-04-141-0/+24
|/
* Merge ../10.2-window-funcs-r12 into 10.2Sergei Petrunia2016-04-1226-107/+3009
|\
| * Fix dense_rank returning minimum rank of 2 when using null columns.Vicențiu Ciorbaru2016-04-112-44/+104
| * 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
| * Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-07231-2214/+5878
| |\
| * | 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
| * | Convert ntile to work with expressions as parameters.Vicențiu Ciorbaru2016-04-041-0/+75
| * | Implement ntile window function.Vicențiu Ciorbaru2016-04-041-0/+360
| * | 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-304-0/+21
| * | Merge branch 'cume_dist' into bb-10.2-mdev9543Vicențiu Ciorbaru2016-03-281-0/+62
| |\ \
| | * | Implemented cume_dist function.Vicențiu Ciorbaru2016-03-281-0/+62
| * | | Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Sergei Petrunia2016-03-281-0/+102
| |\ \ \
| | * | | 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
| | |/ /
| * | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-2870-119/+3213
| |\ \ \ | | |/ / | |/| |
| * | | MDEV-8646: Re-engineer the code for post-join operationsSergei Petrunia2016-03-289-61/+56
| * | | 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
| * | | Window functions + ORDER BY : first testcaseSergei Petrunia2016-03-171-0/+26
| * | | 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
| * | | Implemented avg() window function.Vicențiu Ciorbaru2016-03-161-0/+95
| * | | Fix 2 more bugs in item_windowfunc.Vicențiu Ciorbaru2016-03-161-19/+72
| * | | Continuation of "Implemented a counter within Item_sum_sum" a few commits beforeSergei Petrunia2016-03-161-15/+15
| * | | Add a testcase for RANGE-type frames and NULL valuesSergei Petrunia2016-03-141-0/+32
| * | | Preliminary implementation for the aggregate sum function as a window functionVicențiu Ciorbaru2016-03-141-0/+42
| * | | 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-132-1/+168
| * | | Use correct frame bounds when window frame was not specifiedSergei Petrunia2016-03-111-0/+118
| * | | 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