summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19629 post-merge fixesbb-11.0-sergSergei Golubchik2023-03-271-0/+27
* Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-0/+1
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-0/+1
| |\
| | * Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-0/+1
| | |\
| | | * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-0/+1
| | | |\
| | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+1
| | | | |\
| | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+1
| | | | | |\
| | | | | | * MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-0/+1
* | | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-12-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | MDEV-27009 Add UCA-14.0.0 collationsAlexander Barkov2022-08-101-2/+3
* | | | | | | MDEV-29154 Excessive warnings upon a call to RANDOM_BYTESDaniel Black2022-07-311-0/+1
* | | | | | | MDEV-29029 RANDOM_BYTES cannot be virtual columnDaniel Black2022-07-311-0/+5
* | | | | | | MDEV-25704 Add RANDOM_BYTES functionVanislavsky2022-07-311-0/+20
* | | | | | | MDEV-27104 deprecate DES_ENCRYPT/DECRYPT functionsSergei Golubchik2022-07-281-16/+2
|/ / / / / /
* | | | | | MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-301-78/+78
|/ / / / /
* | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-15/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-16/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-16/+15
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-14/+14
| | | |\ \ | | | | |/
| | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+1
| | | | |\
| | | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+1
| | | | | |\
| | | | | | * MDEV-27544 database() function should return 64 charactersDaniel Black2022-01-201-1/+1
| | | | * | | MDEV-26953 Assertion `!str || str != Ptr || !is_alloced()' failed in String::...Alexander Barkov2022-01-271-13/+13
| | | * | | | MDEV-27018 IF and COALESCE lose "json" propertybb-10.5-bar-MDEV-27018Alexander Barkov2022-01-211-2/+1
* | | | | | | MDEV-27208: Extend CRC32() and implement CRC32C()Marko Mäkelä2022-01-211-5/+17
|/ / / / / /
* | | | | | MDEV-4958 Adding datatype UUIDAlexander Barkov2021-10-291-34/+0
* | | | | | cleanup: uuidSergei Golubchik2021-10-291-2/+2
* | | | | | MDEV-4742 - remove leading zero handling, and cleanups.Vladislav Vaintroub2021-10-141-0/+2
* | | | | | MDEV-4742 - address review comments.Vladislav Vaintroub2021-10-141-9/+1
* | | | | | MDEV-4742 - provide function to sort string in "natural" orderVladislav Vaintroub2021-10-141-0/+25
* | | | | | cannot allocate a new String[] in the ::val_str() methodSergei Golubchik2021-10-121-2/+3
* | | | | | MDEV-25015 Custom formatting of strings in MariaDB queriesAlan Cueva2021-10-121-0/+16
|/ / / / /
* | | | | MDEV-24285 support oracle build-in function: sys_guidMonty2021-05-191-4/+10
* | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-0/+1
* | | | | cleanup: Item::can_eval_in_optimize()Sergei Golubchik2021-05-191-1/+1
* | | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-302/+313
* | | | | Reduce usage of strlen()Monty2021-05-191-94/+440
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-24/+24
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-28/+48
* | | | | Renamed 'flags' variables in Item_classMichael Widenius2021-05-191-3/+3
* | | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-1/+2
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-2/+7
|\ \ \ \ | |/ / /
| * | | Fix all warnings given by UBSANMonty2021-04-201-2/+7
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-09-231-1/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-09-221-1/+9
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-09-221-1/+9
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-09-221-1/+9
| | | |\
| | | | * MDEV-23535 SIGSEGV, SIGABRT and SIGILL in typeinfo for Item_func_set_collatio...Alexander Barkov2020-09-031-1/+9
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21841 CONV() function doesn't truncate its output to 21 when uses defaul...Roman Nozdrin2020-02-291-1/+1