summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | | | | correct dbug function namesSergei Golubchik2019-12-211-2/+2
* | | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-2/+0
* | | | | MDEV-20890 Illegal mix of collations with UUID()Alexander Barkov2019-10-241-2/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-0/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+6
* | | | | MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field()Alexander Barkov2019-07-121-2/+2
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-221-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-221-9/+16
| | |\ \ \ | | | |/ /
| | | * | MDEV-18881 Assertion `0' failed in make_sortkey upon SELECT with GROUP BY aft...Alexander Barkov2019-03-181-8/+15
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-121-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-121-0/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18886 JSON_ARRAY() does not recognise JSON argument.Alexey Botchkov2019-03-121-0/+1
* | | | | Galera4Brave Galera Crew2019-01-231-0/+51
* | | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-6/+6
* | | | | MDEV-16861 Split Item::update_null_value() into a new virtual method in Type_...Alexander Barkov2018-07-311-5/+0
|/ / / /
* | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-77/+115
|\ \ \ \ | |/ / /
| * | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-63/+93