summaryrefslogtreecommitdiff
path: root/sql/item_jsonfunc.cc
Commit message (Expand)AuthorAgeFilesLines
...
* MDEV-11572 JSON_DEPTH returns wrong results.Alexey Botchkov2016-12-161-0/+1
* MDEV-11569 JSON_ARRAY_INSERT produces an invalid result.Alexey Botchkov2016-12-161-26/+29
* MDEV-JSON_CONTAINS_PATH returns incorrect results and produces wrong warning.Alexey Botchkov2016-12-161-2/+2
* MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e...Alexey Botchkov2016-12-161-1/+4
* MDEV-11470 JSON_KEYS accepts arguments in invalid format.Alexey Botchkov2016-12-131-125/+304
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-87/+158
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-19/+56
* MDEV-11489 Assertion `0' failed in json_find_path.Alexey Botchkov2016-12-081-9/+10
* MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.Alexey Botchkov2016-12-061-14/+60
* MDEV-11468 JSON_UNQUOTE returns incorrect results.Alexey Botchkov2016-12-061-2/+2
* MDEV-11467 JSON_EXTRACT returns incorrect results.Alexey Botchkov2016-12-051-37/+37
* MDEV-11465 JSON_LENGTH returns incorrect length.Alexey Botchkov2016-12-051-2/+1
* MDEV-11471 JSON_ARRAY_APPEND returns incorrect results.Alexey Botchkov2016-12-051-28/+89
* MDEV-11472 JSON_ARRAY_INSERT returns incorrect results.Alexey Botchkov2016-12-051-1/+1
* MDEV-11473 JSON_REMOVE returns invalid results.Alexey Botchkov2016-12-051-3/+1
* MDEV-11474 JSON_DEPTH returns incorrect results.Alexey Botchkov2016-12-051-2/+10
* MDEV-11461 JSON_TYPE does not recognize integer/double types.Alexey Botchkov2016-12-051-1/+1
* MDEV-11437 JSON_QUOTE function does not quote and uses wrong character set.Alexey Botchkov2016-12-051-5/+8
* MDEV-11436 CREATE TABLE .. AS SELECT JSON_OBJECT truncates data.Alexey Botchkov2016-12-051-2/+2
* MDEV-11450 Assertion `!null_value' failed invirtual bool Item::send on json_s...Alexey Botchkov2016-12-031-3/+3
* MDEV-11449 Server crashes in Item_func_or_sum::agg_item_collations.Alexey Botchkov2016-12-031-0/+8
* MDEV-11444 Server crashes in String::ptr / Item_func_json_depth::val_int.Alexey Botchkov2016-12-031-0/+7
* MDEV-11143 Server crashes in json_string_set_cs.Alexey Botchkov2016-12-031-0/+15
* MDEV-11442 Server crashes in String::length / parse_one_or_all /Item_func_jso...Alexey Botchkov2016-12-031-1/+2
* MDEV-11441 Server crashes in String::append /Item_func_json_extract::val_str.Alexey Botchkov2016-12-031-10/+3
* func_json.test failing on Windows fixed.Alexey Botchkov2016-11-161-4/+4
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-14/+971
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-0/+1109