summaryrefslogtreecommitdiff
path: root/sql/sql_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-2/+2
|\
| * Merge 10.8 into 10.9Marko Mäkelä2023-02-161-2/+2
| |\
| | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-2/+2
| | |\
| | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-2/+2
| | | |\
| | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-2/+2
* | | | | Improve comments in the optimizerMonty2023-01-301-0/+10
|/ / / /
* | | | Merge branch '10.8' into 10.9mariadb-10.9.1Sergei Golubchik2022-05-191-12/+56
|\ \ \ \ | |/ / /
| * | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-12/+56
| |\ \ \ | | |/ /
| | * | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-12/+56
| | |\ \ | | | |/
| | | * 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
* | | | | MDEV-28124 Server crashes in Explain_aggr_filesort::print_json_membersOleg Smirnov2022-04-291-2/+4
|/ / / /
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-0/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-0/+12
| |\ \ \ | | |/ /
| | * | 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
* | | | Replace item->marker= # with Item->marker= DEFINEMonty2021-05-261-15/+11
* | | | Remove calls to current_thd() in Item functionsMichael Widenius2021-05-191-1/+2
* | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-5/+5
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-151-0/+8
|\ \ \ | |/ /
| * | 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.4 into 10.5Marko Mäkelä2020-06-051-1/+2
|\ \ \ | |/ /
| * | 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-21915 Server crashes in copy_fields,Item_func_group_concat::add …Alexey Botchkov2020-04-291-0/+8
* | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+3
|/ /
* | 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