summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-10-281-3/+3
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-10-281-3/+3
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-10-281-3/+3
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-281-1/+1
| | | |\
| | | | * MDEV-25402 Assertion `!str || str != Ptr' failed in String::copyAlexander Barkov2021-10-271-1/+1
* | | | | cleanup: formattingSergei Golubchik2021-06-111-4/+3
* | | | | Removed Static_binary_stringMonty2021-05-191-12/+18
* | | | | Ensure that we do not allocate strings bigger than 4G in String objects.Monty2021-05-191-2/+3
* | | | | MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-05-191-3/+3
* | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-2/+3
* | | | | Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()Monty2021-05-191-27/+27
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-3/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-4/+7
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-4/+7
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-4/+7
* | | | cleanup: Static_binary_string need not take non-const double parameterVicențiu Ciorbaru2020-10-281-2/+2
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sujatha2020-09-281-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sujatha2020-09-281-1/+1
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-09-231-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-101-0/+11
|\ \ \ \ | |/ / /
| * | | MDEV-23415 Server crash or Assertion `dec_length <= str_length' failed in Ite...Alexander Barkov2020-08-081-0/+11
* | | | MDEV-22043 Special character leads to assertion in my_wc_to_printable_generic...Alexander Barkov2020-05-091-1/+1
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-4/+26
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-7/+6
* | | | A cleanup for MDEV-8844: Fixing compilation failure on WindowsAlexander Barkov2019-12-071-3/+4
* | | | MDEV-8844 Unreadable control characters printed as is in warningsAlexander Barkov2019-12-061-0/+22
|/ / /
* | | MDEV-20349: Assertion `to_len >= 8' failed in convert_to_printableVarun Gupta2019-08-161-0/+2
* | | MDEV-19776: Assertion `to_len >= 8' failed in convert_to_printable with optim...Varun Gupta2019-06-201-1/+5
* | | MDEV-18880: Optimizer trace prints date in hexadecimalVarun2019-06-111-0/+12
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+22
|\ \ \ | |/ /
| * | 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
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+21
| | |\ \ \ | | | |/ /
| | | * | MDEV-18738 ASAN heap-use-after-free in copy_if_not_alloced / copy_fieldsAlexander Barkov2019-04-301-0/+21
* | | | | MDEV-18205 Assertion `str_length < len' failed in Binary_string::realloc_rawAlexander Barkov2019-01-141-1/+1
* | | | | MDEV-17906 Class Binary_stringbb-10.4-mdev7063Alexander Barkov2018-12-051-67/+23
* | | | | MDEV-17907 Class Static_binary_stringAlexander Barkov2018-12-051-28/+8
* | | | | MDEV-17905 Add class CharsetAlexander Barkov2018-12-051-33/+23
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-101-2/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-2/+21
| |\ \ \ \ | | |/ / /
| | * | | Remove valgrind warnings from Item_str_concatMichael Widenius2018-10-051-2/+21
* | | | | Call alloc() instead of realloc()Monty2018-07-131-2/+1
|/ / / /
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-2/+11
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-05-291-1/+10
| |\ \ \ | | |/ /
| | * | Fix type mismatchMarko Mäkelä2018-05-291-1/+1
| | * | Avoid warnings in String::copy when copying string on itself (ok to do)Monty2018-05-261-1/+10