summaryrefslogtreecommitdiff
path: root/sql/sql_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle failures from mallocMichael Widenius2017-11-171-0/+4
* Updates the tests for the percentile functionsVarun Gupta2017-11-011-1/+1
* Changes made according to the review given, mostly fixing coding style errorsVarun Gupta2017-11-011-19/+18
* Remove has_error as a member from Item_sum and use THD::is_error() insteadVicențiu Ciorbaru2017-11-011-6/+4
* made changes according to the review, mostly removing unused code and fixing ...Varun Gupta2017-11-011-12/+8
* Added the errorVarun Gupta2017-11-011-2/+10
* Ensured that the the element in the order by clause should have a numerical t...Varun Gupta2017-11-011-0/+6
* Percentile class implemented, most of the functions have the same functionali...Varun Gupta2017-11-011-0/+1
* Implemented the implementation of percentile functions using Item_cache inste...Varun Gupta2017-11-011-52/+38
* Added a class Frame_unbounded_following_set_count_special, which is required ...Varun Gupta2017-11-011-8/+77
* Setting handler to have the return type as that of the element by which we ar...Varun Gupta2017-11-011-0/+4
* MDEV-12985: support percentile and median window functionsVarun Gupta2017-11-011-0/+16
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-1/+1
| |\
| | * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-2/+2
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-9/+8
|\ \ \ | |/ /
| * | More thorough correction of the patch that complemented the patch for mdev-10855Igor Babaev2017-08-241-8/+7
| * | Corrected the patch that complemented the patch for mdev-10855Igor Babaev2017-08-231-1/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | Added copyright message to some filesMichael Widenius2017-08-241-2/+16
|/ /
* | Corrected the function compare_order_elements() to make itIgor Babaev2017-08-191-1/+2
* | This patch complements the patch for mdev-10855.Igor Babaev2017-08-191-0/+78
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-6/+1
|\ \ | |/
| * Fixed the bug mdev-11990.Igor Babaev2017-05-031-6/+1
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-5/+5
|/
* 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