summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27307 main.ctype_utf8mb4_uca_allkeys tests fail with Valgrind/MSANAlexander Barkov2021-12-211-1/+6
* Merge 10.4 into 10.5Marko Mäkelä2021-08-181-0/+9
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-08-181-0/+9
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-08-181-0/+9
| | |\
| | | * MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-051-0/+9
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-13/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-13/+1
| | |\ \ | | | |/
| | | * Revert "MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEG...Sergei Golubchik2020-12-101-13/+1
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-1/+13
| |\ \ \ | | |/ /
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-8/+11
|\ \ \ \
| * \ \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-1/+13
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-1/+13
| | |\ \ | | | |/
| | | * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __...Varun Gupta2020-10-301-1/+13
* | | | MDEV-24015: SQL Error (1038): Out of sort memory when enough memory for the s...Varun Gupta2020-10-281-1/+9
* | | | Added DBUG_PUSH_EMPTY and DBUG_POP_EMPTY to speed up DBUGMonty2020-08-201-2/+2
* | | | MDEV-23330 Server crash or ASAN negative-size-param in my_strnncollsp_binary ...Sergei Golubchik2020-08-071-4/+6
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-2/+2
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-2/+2
| | | |\
| | | | * Code comment spellfixesIan Gilfillan2020-07-221-4/+4
* | | | | MDEV-23216: LONGTEXT column with collation doesn't sortVarun Gupta2020-07-231-5/+11
* | | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-9/+7
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-151-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-151-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-141-2/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-07-141-2/+3
| | | |\ \ | | | | |/
| | | | * MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer:...Varun Gupta2020-07-061-1/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-021-1/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-1/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-1/+8
| | |\ \ \ | | | |/ /
| | | * | MDEV-22852: SIGSEGV in sortlength (optimized builds)Varun Gupta2020-07-011-1/+8
* | | | | 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