summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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 remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-221-1/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-221-31/+8
| |\ \ \ | | |/ /
| | * | MDEV-18881 Assertion `0' failed in make_sortkey upon SELECT with GROUP BY aft...Alexander Barkov2019-03-181-29/+7
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-3/+3
|\ \ \ \ | |/ / /
| * | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-3/+3
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-1/+1
|\ \ \ \ | |/ / /
| * | | Remove valgrind warnings from Item_str_concatMichael Widenius2018-10-051-1/+1
* | | | Fix of type, to make windows compiler happy.Oleksandr Byelkin2018-08-031-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-55/+57
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-55/+57
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-55/+57
| | |\ \
| | | * | Simplify caseup() and casedn() in charsetsAlexander Barkov2018-07-191-12/+3
| | | * | MDEV-13118 Wrong results with LOWER and UPPER and subqueryAlexander Barkov2018-07-191-48/+59
* | | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-60/+104
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-61/+103
* | | | | Use std::isfinite in C++ codeSergey Vojtovich2018-05-241-1/+1
* | | | | cleanup: simplify multi-update's juggling with positionsSergei Golubchik2018-05-171-0/+20
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-7/+7
* | | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts dataAlexander Barkov2018-03-261-2/+2
* | | | | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-291-0/+1
* | | | | MDEV-15689 Fix Item_func_set_collation to pass the collation using CHARSET_IN...Alexander Barkov2018-03-271-36/+6
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-160/+73
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-160/+73
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-120/+65
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-120/+65
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULLAlexander Barkov2018-01-301-117/+63
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-2/+2
| | | | |\ \ | | | | | |/
| | | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-2/+2
| | | | | |\
| | | | | | * Bug #26704451: INCORRECT BEHAVIOR WITH USE OF CERTAINSreeharsha Ramanavarapu2017-09-061-1/+1
| | | | | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-2/+2
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-9/+9
* | | | | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-2/+2
* | | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+2
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-141-10/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-141-10/+24
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-10/+24
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-8/+23
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)Alexander Barkov2017-11-151-0/+14
| | | | * | | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-8/+9
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /