summaryrefslogtreecommitdiff
path: root/sql/sql_sort.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor Sort_param::init_for_filesortVicențiu Ciorbaru2023-02-021-3/+7
* Rewrite cost computation for filesort operationsVicențiu Ciorbaru2023-02-021-3/+14
* cleanup: Rename Sort_param::max_rows to limit_rowsVicențiu Ciorbaru2023-02-021-1/+1
* MDEV-24089 support oracle syntax: rownumMonty2021-05-191-1/+2
* Merge 10.5 into 10.6Marko Mäkelä2020-11-021-12/+38
|\
| * MDEV-24015: SQL Error (1038): Out of sort memory when enough memory for the s...Varun Gupta2020-10-281-12/+38
* | MDEV-13694: Wrong result upon GROUP BY with orderby_uses_equalities=onVarun Gupta2020-07-081-0/+3
|/
* MDEV-22836: Server crashes in err_conv / ErrBuff::set_strVarun Gupta2020-06-091-0/+5
* MDEV-22303: Incorrect ordering with REGEXP_REPLACE and OFFSET/LIMITVarun Gupta2020-06-011-1/+2
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-17/+331
* MDEV-21263: Fix -Wclass-memaccessMarko Mäkelä2020-01-221-1/+1
* MDEV-21263: Use C++11 default constructorMarko Mäkelä2020-01-211-17/+15
* MDEV-21263: Allow packed values of non-sorted fields in the sort bufferVarun Gupta2020-01-211-18/+273
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * 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
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | misc cleanupSergei Golubchik2018-11-201-1/+0
|/ / / /
* | | | Change read_to_buffer to use ulong instead of uintMichael Widenius2018-05-071-6/+6
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-3/+2
* | | MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into...Alexander Barkov2016-01-121-1/+1
|/ /
* | MDEV-415: Back-port of the WL task #1393 from the mysql-5.6 code line.Igor Babaev2012-09-011-20/+30
|/
* mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\
* | \ merge with 5.3Sergei Golubchik2011-10-191-0/+5
|\ \ \
| * | | An implementation of index intersect via a modified Unique class.Igor Babaev2010-09-131-0/+6
* | | | lots of post-merge changesSergei Golubchik2011-04-251-1/+1
* | | | merge.Sergei Golubchik2010-11-251-9/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-9/+3
| |\ \ | | |/ | |/|
| | * Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-8/+3
| | |\
| | | * Added storage/maria (based on MyISAM). WL#3245unknown2006-04-111-8/+3
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+12
* | | | WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+5
|/ / /
* | | Fixed bug #25798.unknown2007-07-011-0/+9
|/ /
* | Many files:unknown2006-12-231-2/+1
|/
* Implementation of SUM(DISTINCT), tests casesunknown2003-12-191-0/+1
* Many files:unknown2003-04-241-3/+30
* Always use USE_STRCOLL codeunknown2003-01-301-2/+0
* Redefinition of myisam_bulk_insert_tree_sizeunknown2001-07-101-0/+1
* Added Unique class to be used for duplicate removal in multi-table delete.unknown2001-05-231-0/+54