summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-04-111-0/+2
|\
| * Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-0/+2
| |\
| | * MDEV-30351 crash in Item_func_left::val_strWeijun Huang2023-03-311-0/+2
* | | 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.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
* | | 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
* | | | 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
* | | | | 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
* | | | | 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
* | | | | 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
* | | | | Fix all warnings given by UBSANMonty2021-05-191-2/+4
* | | | | MDEV-24285 support oracle build-in function: sys_guidMonty2021-05-191-4/+9
* | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-0/+21
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-11/+9
* | | | | cleanup: Item::can_eval_in_optimize()Sergei Golubchik2021-05-191-5/+5
* | | | | Reduce usage of strlen()Monty2021-05-191-9/+12
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-18/+22
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-80/+80
* | | | | Renamed 'flags' variables in Item_classMichael Widenius2021-05-191-4/+4
* | | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-2/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-8/+8
| |\ \ \ \ | | |/ / /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-8/+8
| | * | | MDEV-23466 SIGABRT on SELECT WSREP_LAST_SEEN_GTIDDaniele Sciascia2020-08-191-3/+7
* | | | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-1/+1
|/ / / /
* | | | Fixed length estimate for REPLACE()Monty2020-11-261-3/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-141-3/+3
|\ \ \ \ | |/ / /