summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-24584 Selecting INT column with COLLATE utf8mb4_general_ci throws an errorbb-10.5-bar-MDEV-24584Alexander Barkov2021-11-081-2/+4
* | | | | | MDEV-4958 Adding datatype UUIDAlexander Barkov2021-10-291-16/+0
* | | | | | cleanup: uuidSergei Golubchik2021-10-291-7/+3
* | | | | | MDEV-26806 Server crash in Charset::charset / Item_func_natural_sort_key::val...Vladislav Vaintroub2021-10-141-2/+2
* | | | | | MDEV-26796 Natural sort does not work for utf32/utf16/ucs2Vladislav Vaintroub2021-10-141-1/+1
* | | | | | MDEV-26786 Inserting NULL into base column breaks NATURAL_SORT_KEY columnVladislav Vaintroub2021-10-141-1/+1
* | | | | | MDEV-4742 - remove leading zero handling, and cleanups.Vladislav Vaintroub2021-10-141-46/+41
* | | | | | MDEV-4742 additionsVladislav Vaintroub2021-10-141-28/+33
* | | | | | MDEV-4742 - address review comments.Vladislav Vaintroub2021-10-141-161/+211
* | | | | | MDEV-4742 - provide function to sort string in "natural" orderVladislav Vaintroub2021-10-141-0/+226
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-131-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-131-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-131-0/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-131-0/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-24742 Server crashes in Charset::numchars / String::numcharsbb-10.2-bar-MDEV-24742Alexander Barkov2021-10-111-0/+2
* | | | | | MDEV-26646 SFORMAT Does not allow @variable useSergei Golubchik2021-10-121-4/+6
* | | | | | MDEV-26691 SFORMAT: Pass down FLOAT as FLOAT, without upcast to DOUBLESergei Golubchik2021-10-121-1/+4
* | | | | | remove auto-switch between char and string based on the string lengthSergei Golubchik2021-10-121-4/+1
* | | | | | cannot allocate a new String[] in the ::val_str() methodSergei Golubchik2021-10-121-10/+13
* | | | | | support charsets with mbminlen > 1Sergei Golubchik2021-10-121-2/+15
* | | | | | support {:L} with a ',' thousand separatorSergei Golubchik2021-10-121-1/+3
* | | | | | disallow {:p}Sergei Golubchik2021-10-121-1/+16
* | | | | | misc cleanupsSergei Golubchik2021-10-121-23/+22
* | | | | | MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-121-0/+103
|/ / / / /
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-13/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-13/+20
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-13/+20
| | |\ \ \ | | | |/ /
| | | * | MDEV-25560 Creating table with certain generated column crashes serverbb-10.3-MDEV-25560Nikita Malyavin2021-07-221-6/+13
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-221-7/+7
| | | |\ \ | | | | |/
| | | | * Typo fixes in item_strfunc.ccHollow Man2021-07-211-7/+7
* | | | | fixes for win32Sergei Golubchik2021-05-191-3/+3