summaryrefslogtreecommitdiff
path: root/sql/sql_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2022-05-071-12/+56
|\
| * MDEV-19398: Assertion `item1->type() == Item::FIELD_ITEM ...Sergei Petrunia2022-05-041-10/+55
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-0/+12
|\ \ | |/
| * MDEV-25565 Crash on 2-nd execution of SP/PS for query calculating window func...Igor Babaev2021-07-201-0/+12
* | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-0/+8
|\ \ | |/
| * MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-131-0/+8
* | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-1/+2
|\ \ | |/
| * MDEV-16230: Server crashes when Analyze format=json is run with a window func...Varun Gupta2020-06-041-1/+2
* | MDEV-21392 Cleanup redundant overriding in Item_sum_numAlexander Barkov2019-12-251-5/+1
* | MDEV-19698: Cleanup READ_RECORD::recordOleksandr Byelkin2019-06-071-1/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+27
|\ \ | |/
| * MDEV-14791: Crash with order by expression containing window functionsVarun Gupta2019-05-041-0/+27
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-251-0/+16
|\ \ | |/
| * MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-241-0/+16
* | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-5/+12
|\ \ | |/
| * MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVERVicențiu Ciorbaru2018-11-011-5/+12
* | MDEV-17137: Syntax errors with VIEW using MEDIANVarun Gupta2018-10-161-3/+16
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-121-1/+1
|\ \ | |/
| * MDEV-15853: Assertion `tab->filesort_result == 0' failedVarun Gupta2018-05-111-1/+1
* | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-8/+1
|\ \
| * \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-7/+0
| |\ \ | | |/
| | * 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
* | | 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
|/