summaryrefslogtreecommitdiff
path: root/strings/json_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-1/+1
|\
| * Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-1/+1
| |\
| | * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-1/+1
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+1
| | | |\
| | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+1
| | | | |\
| | | | | * MDEV-26817 runtime error: index 24320 out of bounds for type 'json_string_cha...Sergei Golubchik2023-01-201-1/+1
* | | | | | MDEV-29381: SON paths containing dashes are reported as syntax errors inAlexander Freiherr von Buddenbrock2023-01-061-2/+2
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-07-281-127/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.7 into 10.8Marko Mäkelä2022-07-281-101/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.7Marko Mäkelä2022-07-271-101/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-101/+0
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-101/+0
| | | | |\ \ | | | | | |/
| | | | | * 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
| | * | | | | MDEV-27415 main.json_normalize and main.json_equals fail with UBSAN runtime e...Sergei Golubchik2022-05-111-1/+1
* | | | | | | MDEV-28319: Assertion `cur_step->type & JSON_PATH_KEY' failed in json_find_pathRucha Deodhar2022-04-261-1/+0
* | | | | | | MDEV-28350: Test failing on buildbot with UBSANRucha Deodhar2022-04-261-11/+14
* | | | | | | MDEV-28326: Server crashes in json_path_parts_compareRucha Deodhar2022-04-261-4/+8
* | | | | | | MDEV-28072: JSON_EXTRACT has inconsistent behavior with '0' value in jsonRucha Deodhar2022-04-151-1/+1
* | | | | | | MDEV-28071: JSON_EXISTS returns always 1 if it is used range notation forRucha Deodhar2022-04-151-3/+11
* | | | | | | vcol.wrong_arena failing on buildbot when current date is '2022-03-17'Rucha Deodhar2022-04-151-1/+1
* | | | | | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-55/+92
* | | | | | | MDEV-27972: Unexpected behavior with negative zero (-0) inRucha Deodhar2022-04-131-1/+1
* | | | | | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-131-37/+105
|/ / / / / /
* | | | | | UBSAN: out of bound array read in jsonSergei Golubchik2022-02-241-1/+1
* | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-24909 JSON functions don't respect KILL QUERY / max_statement_time limitSergei Golubchik2022-01-301-1/+4
| | |/ / /
* | | | | Code cleanupSergei Petrunia2022-01-191-5/+5
* | | | | MDEV-26724 Endless loop in json_escape_to_string upon ... empty stringSergei Petrunia2022-01-191-4/+4
* | | | | Trivial code cleanupSergei Petrunia2022-01-191-0/+1
* | | | | Code cleanup part #1Sergei Petrunia2022-01-191-3/+2
* | | | | Extract json parser functions from classMichael Okoko2022-01-191-4/+4
* | | | | Add parser to read JSON array (of histograms) into string vectorMichael Okoko2022-01-191-2/+2
|/ / / /
* | | | fix json typo s/UNINITALIZED/UNINITIALIZED/Eric Herman2021-07-211-1/+1
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-0/+1
|\ \ \ | |/ /
| * | Fix all warnings given by UBSANMonty2021-04-201-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-1/+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
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-171-1/+9
|\ \ \ \ | |/ / /
| * | | MDEV-5313: Fix GCC 10 -Wenum-conversionMarko Mäkelä2020-03-161-1/+9
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-3/+7
|\ \ \ \ | |/ / /
| * | | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-3/+7
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-9/+22
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-10-011-0/+5
|\ \ \ \ | |/ / /
| * | | 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