summaryrefslogtreecommitdiff
path: root/strings/json_lib.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23187: Assorted assertion failures in json_find_path with certainbb-10.4-MDEV-23187Rucha Deodhar2023-05-161-1/+1
* MDEV-26817 runtime error: index 24320 out of bounds for type 'json_string_cha...Sergei Golubchik2023-01-201-1/+1
* Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-101/+0
|\
| * MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-201-101/+0
* | Fix all warnings given by UBSANMonty2021-04-201-0/+1
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-1/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-10-281-1/+1
| |\
| | * MDEV-23941: strings/json_lib.c:893:12: style: Suspicious conditionVicențiu Ciorbaru2020-10-231-1/+1
* | | MDEV-5313: Fix GCC 10 -Wenum-conversionMarko Mäkelä2020-03-161-1/+9
* | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-3/+7
* | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-0/+5
|\ \ \ | |/ /
| * | MDEV-19628 JSON with starting double quotes key is not valid.Alexey Botchkov2019-09-301-1/+4
| * | MDEV-19628 JSON with starting double quotes key is not valid.Alexey Botchkov2019-09-301-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-1/+3
|\ \ \ | |/ /
| * | MDEV-19670 json escaped unicode parse error.Alexey Botchkov2019-09-121-1/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-021-4/+2
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-3/+2
| |\ \ | | |/
| | * post-merge: -Werror fixes in 10.2Sergei Golubchik2019-03-291-2/+2
* | | MDEV-5313 Improving audit API.Alexey Botchkov2019-01-181-2/+92
* | | MDEV-5313 Improving audit plugin API.Alexey Botchkov2019-01-171-1/+1
* | | MDEV-5313 Improving audit api.Alexey Botchkov2019-01-171-49/+96
* | | json helpersSergei Golubchik2018-12-121-0/+81
* | | MDEV-5313 Improving audit api.Alexey Botchkov2018-12-121-0/+32
|/ /
* | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-1/+1
|\ \ | |/
| * MDEV-17454 JSON_VALID( '{"a":1]' ) evaluates to 1.Alexey Botchkov2018-11-121-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+21
|\ \ | |/
| * MDEV-17001 JSON_MERGE returns nullwhen merging empty array.Alexey Botchkov2018-09-131-4/+0
| * MDEV-17121 JSON_ARRAY_APPEND.Alexey Botchkov2018-09-111-0/+25
* | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-0/+2
|\ \ | |/
| * 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
* | Misc. typosluz.paz2018-04-051-1/+1
* | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-2/+2
* | 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-301-1/+1
|\ \ | |/
| * 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-041-5/+5
|\ \ | |/
| * MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-5/+5
* | 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
* | 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
* MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed inAlexey Botchkov2017-05-021-0/+1
* MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-0/+2