summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-08-038-152/+90
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-08-027-152/+88
| |\
| | * Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-257-152/+88
| | |\
| | | * Simplify caseup() and casedn() in charsetsAlexander Barkov2018-07-197-152/+88
| * | | MDEV-16054 simple json functions flatline cpu on garbage input.Alexey Botchkov2018-07-311-0/+2
| * | | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-2/+2
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-2/+2
* | | | Misc. typosluz.paz2018-04-0519-25/+25
* | | | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-2/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-0/+6
|\ \ \ \ | |/ / /
| * | | MDEV-15420 Wrong result for CAST from TIME or DATETIME with zero integer part...Alexander Barkov2018-02-251-0/+6
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+2
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-4/+4
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-298-27/+27
|\ \ \ \ | |/ / /
| * | | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-268-27/+27
* | | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-122-4/+4
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-1/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Vladislav Vaintroub2018-01-061-1/+2
| |\ \ \ | | |/ /
| | * | Fix conf_to_src build.Vladislav Vaintroub2018-01-051-1/+2
* | | | Fix warningsVladislav Vaintroub2018-01-061-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-045-53/+13
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-225-53/+13
| |\ \ \ | | |/ /
| | * | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-195-53/+13
* | | | Fix double floating point error in dtoa.cVicențiu Ciorbaru2017-12-301-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-122-7/+7
|\ \ \ \ | |/ / /
| * | | MDEV-14350 Index use with collation utf8mb4_unicode_nopad_ci on LIKE pattern ...Alexander Barkov2017-12-082-7/+7
* | | | Remove compiler warningsMonty2017-12-031-2/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-13971 crash in skip_num_constant.Alexey Botchkov2017-11-111-1/+1
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-303-9/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-242-8/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-222-8/+3
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-182-8/+3
| | | |\
| | | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-172-11/+19
| * | | | MDEV-12312 JSON_CONTAINS_PATH does not detect invalid path and returnsAlexey Botchkov2017-10-061-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-045-15/+15
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-285-15/+15
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-4/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-4/+0
| | |\ \ \ | | | |/ /
| | | * | Build improvements and cleanups.Vladislav Vaintroub2017-09-081-4/+0
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-181-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | Make compiler happy with the 'fall through' comments.Alexey Botchkov2017-09-141-3/+4
| * | | | Compiler warning avoided.Alexey Botchkov2017-09-141-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13138 JSON_OBJECT returns null with strings containing backticks.Alexey Botchkov2017-09-121-1/+1
* | | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-242-2/+3
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+0
|/ / / /
* | | | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-081-1/+1
* | | | MDEV-12324 Wrong result (phantom array value) on JSON_EXTRACT.Alexey Botchkov2017-08-071-1/+1