summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22819: Wrong result or Assertion `ix > 0' failed in read_to_buffer upon ...Varun Gupta2020-06-111-5/+3
* MDEV-22303: Incorrect ordering with REGEXP_REPLACE and OFFSET/LIMITVarun Gupta2020-06-011-31/+11
* MDEV-21946: Server crash in store_length upon GROUP BY WITH ROLLUP with geome...Varun Gupta2020-04-091-2/+7
* MDEV-21922: Allow packing addon fields even if they don't honour max_length_f...Varun Gupta2020-03-151-3/+10
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+6
* Fix a compilation bug for 64 bit windowsVarun Gupta2020-03-101-2/+3
* Fixing a compilation failure on windowsVarun Gupta2020-03-101-3/+28
* MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-172/+832
* MDEV-21838: Add information about packed addon fields in ANALYZE FORMAT=JSON10.5-mdev21784-reg1-baseVarun Gupta2020-02-281-0/+6
* MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-11/+10
* Fix a compilation issueVarun Gupta2020-01-211-1/+0
* MDEV-21263: Allow packed values of non-sorted fields in the sort bufferVarun Gupta2020-01-211-268/+432
* Merge 10.4 into 10.5Marko Mäkelä2019-12-161-0/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-0/+1
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-0/+1
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-0/+1
| | | |\
| | | | * MDEV-21044: Wrong result when using a smaller size for sort bufferVarun Gupta2019-11-181-0/+1
| | | | * imporve clang buildEugene Kosov2019-06-251-9/+9
* | | | | MDEV-20854: ANALYZE for statements: not clear where the time is spentSergei Petrunia2019-11-121-2/+2
* | | | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-1/+1
* | | | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-1/+1
|/ / / /
* | | | 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
* | | | | MDEV-18503 Assertion `native.length() == binlen' failed in Type_handler_times...Alexander Barkov2019-04-021-2/+13
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-5/+0
|\ \ \ \ \ | |/ / / /
| * | | | remove dead codeEugene Kosov2019-03-221-5/+0
* | | | | MDEV-13995 MAX(timestamp) returns a wrong result near DST changeAlexander Barkov2018-12-101-0/+31
* | | | | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-1/+4
* | | | | MDEV-14500 filesort to support engines with slow rnd_posSergei Golubchik2018-11-201-23/+32
* | | | | misc cleanupSergei Golubchik2018-11-201-19/+13
* | | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that -DDBUG_ASSERT_AS_PRINTF works againMonty2018-08-161-1/+3
* | | | | MDEV-16910 Add class VDecAlexander Barkov2018-08-071-3/+2
* | | | | cleanup: remove TABLE::vcol_setSergei Golubchik2018-06-041-12/+6
* | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-2/+2
* | | | | mysys: remove dead ME_xxx flagsSergei Golubchik2018-06-041-2/+2
|/ / / /
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-29/+10
* | | | Remove a "register" keyword from C++ codeMarko Mäkelä2018-05-081-1/+1
* | | | Change read_to_buffer to use ulong instead of uintMichael Widenius2018-05-071-49/+43
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-26/+27
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-9/+8
|\ \ \ \ | |/ / /
| * | | register keyword c++17 warningEugene Kosov2018-04-241-4/+4
| * | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-5/+4
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-12/+15
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-10/+16
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-10/+16
| |\ \ \ \ | | |/ / /