summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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.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.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-24584 Selecting INT column with COLLATE utf8mb4_general_ci throws an errorbb-10.5-bar-MDEV-24584Alexander Barkov2021-11-081-2/+4
* | | | 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.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
* | | | 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
* | | | Fixed length estimate for REPLACE()Monty2020-11-261-3/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-141-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-3/+3
| |\ \ \ | | |/ /
| | * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-3/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-101-4/+28
|\ \ \ \ | |/ / /
| * | | Merge mariadb-10.4.14Marko Mäkelä2020-08-101-3/+3
| |\ \ \
| * | | | MDEV-23415 Server crash or Assertion `dec_length <= str_length' failed in Ite...Alexander Barkov2020-08-081-1/+1
| * | | | MDEV-23118 FORMAT(d1,dec) where dec=0/38 and d1 is DECIMAL(38,38) gives incor...Alexander Barkov2020-08-051-3/+27
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-3/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-3/+3
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-3/+3
| | | |\
| | | | * Code comment spellfixesIan Gilfillan2020-07-221-3/+3
| | | | * imporve clang buildEugene Kosov2019-06-251-7/+7
| | | * | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-191-1/+1
* | | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-2/+2
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-2/+1
* | | | | Incorrect behaviour of WSREP_SYNC_WAIT_UPTO_GTID (#1442)mkaruza2020-02-051-1/+8
* | | | | Galera GTID supportmkaruza2020-01-291-55/+63
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-42/+40
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-201-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20732 Correctly set the length of the FORMAT() result for float data typ...Gagan Goel2020-01-161-3/+2
* | | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-20/+7
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | | | Code cleanupsMonty2019-11-261-21/+17