summaryrefslogtreecommitdiff
path: root/sql/filesort_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-15/+4
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-15/+4
| |\
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-10/+4
* | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-0/+1
* | | Fix cost calculation in test_if_cheaper_ordering() to be cost basedMonty2023-02-021-3/+2
* | | Implement cost_of_filesort()Vicențiu Ciorbaru2023-02-021-3/+7
* | | Rewrite cost computation for filesort operationsVicențiu Ciorbaru2023-02-021-5/+72
* | | cleanup: Don't pass THD to get_merge_many_buff_cost_fastVicențiu Ciorbaru2023-02-021-4/+6
* | | Make the most important optimizer constants user variablesMonty2023-02-021-1/+1
|/ /
* | MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-0/+4
* | MDEV-21263: Allow packed values of non-sorted fields in the sort bufferVarun Gupta2020-01-211-34/+180
|/
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+0
|/ /
* | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-13/+21
|/
* MDEV-5173 Cppcheck reportSergei Golubchik2014-03-191-1/+1
* MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line.Igor Babaev2012-09-011-0/+129