summaryrefslogtreecommitdiff
path: root/unittest/json_lib/json_lib-t.c
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-1/+1
|
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-4/+4
| | | | Support for '**' in json path expressions added.
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-0/+186
strings/json_lib.c added as a JSON library. SQL frunction added with sql/item_jsonfunc.h/cc