summaryrefslogtreecommitdiff
path: root/sql/sql_string.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-02-101-4/+2
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-5/+2
| |\
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-5/+2
* | | Extend Binary_string::strstr to also take in a const char pointerVicențiu Ciorbaru2023-02-031-0/+1
* | | Merge branch '10.5' into 10.6Sergei Golubchik2022-10-021-1/+50
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-1/+50
| |\ \ | | |/
| | * MDEV-29672 Add MTR tests covering key and key segment flags and typesAlexander Barkov2022-09-301-1/+50
* | | Merge 10.5 into 10.6Marko Mäkelä2022-09-201-0/+4
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-09-201-0/+4
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2022-09-201-0/+4
| | |\
| | | * MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structureAlexander Barkov2022-09-201-0/+4
| | | * MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-301-0/+18
| | | * Merge 10.2 into 10.3Marko Mäkelä2020-09-031-1/+2
| | | |\
| | | | * Merge 10.1 into 10.2Marko Mäkelä2020-09-031-1/+2
| | | | |\
| | | | | * MDEV-22387: Do not pass null pointer to some memcpy()Marko Mäkelä2020-09-031-2/+3
* | | | | | MDEV-29355 Backport templatized INET6 implementation from 10.7 to 10.6Alexander Barkov2022-08-231-0/+5
* | | | | | MDEV-28315 Fix ASAN stack-buffer-overflow in String::copy_alignedNorio Akagi2022-08-011-1/+1
* | | | | | fix Binary_string::c_ptr and c_ptr_safeSergei Golubchik2021-09-051-2/+2
* | | | | | cleanup: formattingSergei Golubchik2021-06-111-13/+8
* | | | | | Removed Static_binary_stringMonty2021-05-191-109/+103
* | | | | | MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-05-191-1/+1
* | | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-18/+49
* | | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-2/+2
* | | | | | Reduce usage of strlen()Monty2021-05-191-40/+22
* | | | | | Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()Monty2021-05-191-12/+51
|/ / / / /
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22387: Static_binary_string::q_append() invokes memcpy on NULLMarko Mäkelä2020-10-301-1/+2
* | | | | cleanup: Static_binary_string need not take non-const double parameterVicențiu Ciorbaru2020-10-281-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-101-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge mariadb-10.4.14Marko Mäkelä2020-08-101-0/+4
| |\ \ \ \
| | * \ \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-0/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-0/+4
| * | | | | MDEV-23415 Server crash or Assertion `dec_length <= str_length' failed in Ite...Alexander Barkov2020-08-081-0/+6
| |/ / / /
* | | | | MDEV-23330 Server crash or ASAN negative-size-param in my_strnncollsp_binary ...Sergei Golubchik2020-08-071-1/+1
* | | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-15/+9
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-1/+1
| |\ \ \ \ | | |/ / /
| | * | | fix tests related to SQL comment lengthEugene Kosov2020-04-151-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-1/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-1/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-261-1/+5
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-22/+9
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-6/+7
* | | | | A cleanup for MDEV-8844: Fixing compilation failure on WindowsAlexander Barkov2019-12-071-1/+1
* | | | | MDEV-8844 Unreadable control characters printed as is in warningsAlexander Barkov2019-12-061-0/+9
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-11-251-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20190 Instant operation fails when add column and collation change on no...Marko Mäkelä2019-11-251-1/+5
* | | | | MDEV-20856 Bad values in metadata views for partitions on VARBINARYAlexander Barkov2019-10-181-0/+17
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-0/+8
|\ \ \ \ \ | |/ / / /