summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed bug mdev-9931.Igor Babaev2016-04-196-1/+35
* | | Fixed bug mdev-9937.Igor Babaev2016-04-206-1/+35
|/ /
* | MDEV-7885, MDEV-8857: Add testcasesSergei Petrunia2016-04-172-0/+64
* | Merge ../10.2-window-funcs-r10 into 10.2mariadb-10.2.0Sergei Petrunia2016-04-1610-100/+249
|\ \
| * | MDEV-9922: Assertion `!join->only_const_tables() && fsort' failedbb-10.2-mdev9543Sergei Petrunia2016-04-163-2/+17
| * | MDEV-9925: Wrong result with aggregate function as a window functionSergei Petrunia2016-04-153-47/+123
| * | Make test result deterministic.Sergei Petrunia2016-04-152-10/+10
| * | Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Igor Babaev2016-04-143-22/+15
| |\ \
| | * | Make ntile use args[0] for it's argument.Vicențiu Ciorbaru2016-04-131-14/+2
| | * | Fix another bug in dense_rank.Vicențiu Ciorbaru2016-04-133-8/+13
| |/ / |/| |
| * | Fixed bug mdev-9897.Igor Babaev2016-04-147-29/+94
|/ /
* | Merge ../10.2-window-funcs-r12 into 10.2Sergei Petrunia2016-04-1295-2695/+11633
|\ \
| * | Fix compiler warningSergei Petrunia2016-04-111-1/+1
| * | Fix dense_rank returning minimum rank of 2 when using null columns.Vicențiu Ciorbaru2016-04-115-73/+189
| * | Use --sorted_result to make test result predictableSergei Petrunia2016-04-111-0/+1
| * | MDEV-9780: Window functions: interplay between window function and other cons...Sergei Petrunia2016-04-104-4/+91
| * | MDEV-9895: Assertion `n_rows > 0' failed in Frame_cursor* get_frame_cursorSergei Petrunia2016-04-103-1/+111
| * | Window functions: return error if aggregate is not supported as window functionsSergei Petrunia2016-04-103-1/+23
| * | Window functions: handle window functions as arguments to other functionsSergei Petrunia2016-04-104-8/+63
| * | Update to previous cset, which added ORDER BY into the wrong clauseSergei Petrunia2016-04-092-8/+8
| * | Make the testcase deterministicSergei Petrunia2016-04-082-5/+5
| * | Window functions: make "ORDER BY window_func" workSergei Petrunia2016-04-084-0/+82
| * | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-071678-13473/+42469
| |\ \
| * | | MDEV-9877: Window functions: wrong sort criteria is usedSergei Petrunia2016-04-063-11/+75
| * | | MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-069-22/+60
| * | | Code cleanup after merge of 260dd47 into 10.2-window-functionsSergei Petrunia2016-04-061-9/+0
| * | | Window functions: Better class namesSergei Petrunia2016-04-065-21/+21
| * | | Fix ntile to work with --ps-protocolVicențiu Ciorbaru2016-04-061-11/+11
| * | | MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-059-76/+365
| * | | Fixed a problem with setting wrong flags for ordering in the codeIgor Babaev2016-04-041-1/+6
| * | | Convert ntile to work with expressions as parameters.Vicențiu Ciorbaru2016-04-044-9/+126
| * | | Implement ntile window function.Vicențiu Ciorbaru2016-04-048-1/+588
| * | | Remove no longer used Window_context class.Vicențiu Ciorbaru2016-04-041-89/+3
| * | | Fix post review comments regarding the usage of List<>.Vicențiu Ciorbaru2016-04-041-14/+11
| * | | Fix a problem in code for percent_rank().Igor Babaev2016-04-011-0/+1
| * | | Fixed a problem with --ps-protocol.Igor Babaev2016-04-012-2/+8
| * | | The implementation of the template bubble_sort assumedIgor Babaev2016-04-017-57/+202
| * | | Fixed a crash in compare_window_frames().Igor Babaev2016-03-301-0/+6
| * | | Make EXPLAIN FORMAT=JSON be able to show the key that's used for sorting.Sergei Petrunia2016-03-307-36/+100
| * | | Fix the merge error in 2bd4dc38 (Merge branch '10.2' into bb-10.2-mdev9543)Sergei Petrunia2016-03-301-2/+0
| * | | Added sorting window function to minimize the number of scansIgor Babaev2016-03-302-0/+264
| * | | Merge branch 'cume_dist' into bb-10.2-mdev9543Vicențiu Ciorbaru2016-03-285-181/+277
| |\ \ \
| | * | | Implemented cume_dist function.Vicențiu Ciorbaru2016-03-284-8/+139
| | * | | Convert percent_rank to work with cursorsVicențiu Ciorbaru2016-03-282-151/+91
| | * | | Lay the groundwork for variable number of cursors.Vicențiu Ciorbaru2016-03-283-25/+50
| * | | | Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Sergei Petrunia2016-03-288-17/+194
| |\ \ \ \
| | * | | | MDEV-9787: Window functions: HAVING and GROUP BYSergei Petrunia2016-03-285-12/+71
| | * | | | Make window functions computation step show up in EXPLAIN FORMAT=JSON outputSergei Petrunia2016-03-286-8/+126
| | |/ / /
| * | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-28871-9724/+28550
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-8646: Re-engineer the code for post-join operationsSergei Petrunia2016-03-2816-494/+224