summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19629 post-merge fixesbb-11.0-sergSergei Golubchik2023-03-271-0/+78
* MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations f...Alexander Barkov2023-02-171-2/+2
* Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-0/+12
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-0/+12
| |\
| | * Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-0/+12
| | |\
| | | * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-0/+12
| | | |\
| | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+12
| | | | |\
| | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+12
| | | | | |\
| | | | | | * MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-0/+12
* | | | | | | Merge 10.9 into 10.10Jan Lindström2022-09-061-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.8 into 10.9Jan Lindström2022-09-061-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.7 into 10.8Jan Lindström2022-09-051-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.6 into 10.7Jan Lindström2022-09-051-1/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.5 into 10.6Jan Lindström2022-09-051-1/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.4 into 10.5Jan Lindström2022-09-051-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-1/+1
* | | | | | | MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_type...mariadb-10.10.1Sergei Golubchik2022-08-101-0/+1
* | | | | | | MDEV-27009 Add UCA-14.0.0 collationsAlexander Barkov2022-08-101-11/+8
* | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2022-08-101-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.8' into 10.9mariadb-10.9.2Oleksandr Byelkin2022-08-101-0/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.7' into 10.8mariadb-10.8.4Oleksandr Byelkin2022-08-101-0/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-101-0/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-101-0/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-101-0/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-101-0/+1
| | | | | | |\
| | | | | | | * MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_type...Sergei Golubchik2022-08-101-0/+1
* | | | | | | | use my_random_bytes() that correctly detects error conditionsSergei Golubchik2022-07-311-1/+1
* | | | | | | | MDEV-25704 RANDOM_BYTES - post-review fixesSergei Golubchik2022-07-311-9/+5
* | | | | | | | MDEV-29154 Excessive warnings upon a call to RANDOM_BYTESDaniel Black2022-07-311-3/+2
* | | | | | | | MDEV-29108 RANDOM_BYTES - assertion in Create_tmp_table::finalizeDaniel Black2022-07-311-4/+6
* | | | | | | | MDEV-25704 Add RANDOM_BYTES functionVanislavsky2022-07-311-0/+66
* | | | | | | | MDEV-27104 deprecate DES_ENCRYPT/DECRYPT functionsSergei Golubchik2022-07-281-0/+25
|/ / / / / / /
* | | | | | | MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-301-37/+37
|/ / / / / /
* | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-26/+28
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-26/+28
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-26/+28
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-26/+28
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+2
| | | | |\ \ | | | | | |/
| | | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-0/+2
| | | | | |\
| | | | | | * Fixed compilation error if HAVE_CRYPT is not definedMonty2022-01-271-1/+2
| | | | * | | MDEV-26953 Assertion `!str || str != Ptr || !is_alloced()' failed in String::...Alexander Barkov2022-01-271-25/+25
* | | | | | | MDEV-27208: Extend CRC32() and implement CRC32C()Marko Mäkelä2022-01-211-4/+22
* | | | | | | MDEV-26589: Assertion failure upon DECODE_HISTOGRAM with NULLsSergei Petrunia2022-01-191-0/+1
* | | | | | | Rename histogram_type=JSON to JSON_HBSergei Petrunia2022-01-191-5/+8
* | | | | | | Use existing statistics test to improve coverage for JSON statisticsMichael Okoko2022-01-191-0/+4
* | | | | | | Prepare JSON as valid histogram_typeMichael Okoko2022-01-191-1/+1
* | | | | | | Revert "Improve LibFMT detection"Sergei Golubchik2021-12-061-15/+5
* | | | | | | Improve LibFMT detectionSergei Krivonos2021-12-041-5/+15
|/ / / / / /
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-11-091-3/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-3/+5
| |\ \ \ \ \ | | |/ / / /