summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-02-101-16/+21
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-16/+21
| |\
| | * MDEV-30556 UPPER() returns an empty string for U+0251 in Unicode-5.2.0+ colla...Alexander Barkov2023-02-031-16/+21
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+1
| |\ \ | | |/
| | * MDEV-26817 runtime error: index 24320 out of bounds for type 'json_string_cha...Sergei Golubchik2023-01-201-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2022-12-131-1/+4
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-1/+4
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-1/+4
| | |\
| | | * MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-171-1/+4
| | * | MDEV-27670 Assertion `(cs->state & 0x20000) == 0' failed in my_strnncollsp_nc...Alexander Barkov2022-11-221-2/+14
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-12-051-2/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Jan Lindström2022-11-301-2/+14
* | | | Ensure that source files contain only valid UTF8 encodings (#2188)anson10142022-08-302-58/+33
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-101/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-101/+0
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-101/+0
| | |\ \ | | | |/
| | | * MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-201-101/+0
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-102-8/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-092-8/+8
| |\ \ \ | | |/ /
| | * | 10.4 specific changes for "MDEV-27494 Rename .ic files to .inl"Alexander Barkov2022-04-282-8/+8
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-9/+23
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-9/+23
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-9/+23
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2022-03-291-9/+23
| | | |\
| | | | * MDEV-22742 UBSAN: Many overflow issues in strings/decimal.c - runtime error: ...Alexey Botchkov2022-03-211-9/+23
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-141-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24841 Build error with MSAN use-of-uninitialized-value in comp_errMarko Mäkelä2022-03-141-1/+2
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-0323-202/+673
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-0123-202/+673
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-3012-73/+73
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-2912-72/+72
| | | |\ \ | | | | |/
| | | | * MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-1712-72/+72
| | * | | MDEV-25904 New collation functions to compare InnoDB style trimmed NO PAD str...bb-10.4-bar-MDEV-25904Alexander Barkov2022-01-2122-108/+577
| | * | | MDEV-27552 Change the return type of my_uca_context_weight_find() to MY_CONTR...bb-10.4-bar-MDEV-27552Alexander Barkov2022-01-202-28/+30
* | | | | MDEV-24909 JSON functions don't respect KILL QUERY / max_statement_time limitSergei Golubchik2022-01-301-1/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-092-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-092-7/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-11-092-6/+6
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-11-092-6/+6
| | | |\ \ | | | | |/
| | | | * MDEV-24335 Unexpected question mark in the end of a TINYTEXT columnAlexander Barkov2021-11-021-2/+2
| | | | * MDEV-24901 SIGSEGV in fts_get_table_name, SIGSEGV in ib_vector_size, SIGSEGV ...bb-10.2-bar-MDEV-24901Alexander Barkov2021-10-291-4/+4
* | | | | MDEV-26669 Add MY_COLLATION_HANDLER functions min_str() and max_str()bb-10.6-bar-MDEV-26669Alexander Barkov2021-09-2720-81/+389
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-1919-656/+674
* | | | | Add support for minimum field width for strings to my_vsnprintf()Monty2021-05-191-12/+46
* | | | | Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-20/+30
* | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-194-37/+37
|/ / / /
* | | | Updated tests in decimal.c that match current API and usageMonty2021-05-111-17/+18
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-213-4/+9
|\ \ \ \ | |/ / /