summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-268-27/+27
* 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
* | 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
* | MDEV-14350 Index use with collation utf8mb4_unicode_nopad_ci on LIKE pattern ...Alexander Barkov2017-12-082-7/+7
* | MDEV-13971 crash in skip_num_constant.Alexey Botchkov2017-11-111-1/+1
* | 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
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-285-15/+15
* | | | 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
* | | | Make compiler happy with the 'fall through' comments.Alexey Botchkov2017-09-141-3/+4
* | | | Compiler warning avoided.Alexey Botchkov2017-09-141-1/+1
* | | | MDEV-13138 JSON_OBJECT returns null with strings containing backticks.Alexey Botchkov2017-09-121-1/+1
* | | | 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
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-172-4/+14
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-222-4/+14
|\ \ \ \ | |/ / /
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-172-4/+14
* | | | MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed inAlexey Botchkov2017-05-021-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-303-2/+3
|\ \ \ \ | |/ / /
| * | | Correct FSF addressiangilfillan2017-03-102-2/+2
| * | | MDEV-11752 Unsafe strmov - function definition in include/m_string.hSergei Golubchik2017-03-101-0/+1
* | | | MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-0/+2
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-102-3/+1
* | | | MDEV-11858 json_merge() concatenates instead of merging.Alexey Botchkov2017-02-101-7/+0
* | | | MDEV-11857 json_search() shows "Out of memory" with empty key.Alexey Botchkov2017-02-091-1/+3
* | | | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-24/+86
* | | | MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json...Alexey Botchkov2017-02-021-30/+54
* | | | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-261-6/+37
* | | | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-241-26/+140
* | | | MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-4/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-292-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-0/+2
| | |\ \ | | | |/
| | | * str2decimal: don't return a negative zeroSergei Golubchik2016-12-051-0/+2
| * | | Removing the unused function my_bincmp() from strings/ctype-ucs2.cAlexander Barkov2016-11-241-11/+0
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-282-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-272-2/+2
| | |\ \ | | | |/
| | | * potential signedness issueSergei Golubchik2016-09-122-11/+11
| | | * MDEV-7973 bigint fail with gcc 5.0Sergei Golubchik2016-07-061-0/+4
* | | | MDEV-11571 JSON_EXTRACT returns wrong results.Alexey Botchkov2016-12-241-4/+1