summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_json.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12262 Assertion `!null_value' failed in virtual bool Item::send onAlexey Botchkov2017-03-201-0/+11
* MDEV-11833 JSON functions don't seem to respect max_allowed_packet.Alexey Botchkov2017-03-141-0/+23
* MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-0/+6
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-141-6/+6
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-141-0/+22
* Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-131-0/+9
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-131-9/+0
* MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-2/+2
* MDEV-11858 json_merge() concatenates instead of merging.Alexey Botchkov2017-02-101-0/+12
* MDEV-11857 json_search() shows "Out of memory" with empty key.Alexey Botchkov2017-02-091-0/+3
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-18/+67
* MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json...Alexey Botchkov2017-02-021-0/+9
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-261-0/+50
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-241-0/+6
* MDEV-11573 JSON_LENGTH returns incorrect results.Alexey Botchkov2016-12-241-0/+6
* MDEV-11571 JSON_EXTRACT returns wrong results.Alexey Botchkov2016-12-241-0/+3
* MDEV-11570 JSON_MERGE returns incorrect result.Alexey Botchkov2016-12-201-0/+3
* MDEV-11572 JSON_DEPTH returns wrong results.Alexey Botchkov2016-12-161-0/+3
* MDEV-11569 JSON_ARRAY_INSERT produces an invalid result.Alexey Botchkov2016-12-161-1/+4
* MDEV-JSON_CONTAINS_PATH returns incorrect results and produces wrong warning.Alexey Botchkov2016-12-161-0/+3
* MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e...Alexey Botchkov2016-12-161-0/+6
* MDEV-11470 JSON_KEYS accepts arguments in invalid format.Alexey Botchkov2016-12-131-1/+14
* MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-0/+51
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-0/+6
* MDEV-11489 Assertion `0' failed in json_find_path.Alexey Botchkov2016-12-081-0/+3
* MDEV-11447 JSON_MERGE merges valid JSON objects incorrectly.Alexey Botchkov2016-12-061-0/+3
* MDEV-11446 JSON_MERGE accepts arguments in invalid format.Alexey Botchkov2016-12-061-0/+3
* MDEV-11433 JSON_MERGE returns a non-NULL result with a NULL argument.Alexey Botchkov2016-12-061-0/+15
* MDEV-11440 JSON has become a reserved word in MariaDB.Alexey Botchkov2016-12-061-0/+7
* MDEV-11468 JSON_UNQUOTE returns incorrect results.Alexey Botchkov2016-12-061-0/+3
* MDEV-11467 JSON_EXTRACT returns incorrect results.Alexey Botchkov2016-12-051-0/+6
* MDEV-11465 JSON_LENGTH returns incorrect length.Alexey Botchkov2016-12-051-0/+9
* MDEV-11448 Assertion `*p_cur_step < p->last_step' failed in strings/json_lib....Alexey Botchkov2016-12-051-0/+3
* MDEV-11471 JSON_ARRAY_APPEND returns incorrect results.Alexey Botchkov2016-12-051-0/+3
* MDEV-11472 JSON_ARRAY_INSERT returns incorrect results.Alexey Botchkov2016-12-051-8/+11
* MDEV-11473 JSON_REMOVE returns invalid results.Alexey Botchkov2016-12-051-1/+1
* MDEV-11474 JSON_DEPTH returns incorrect results.Alexey Botchkov2016-12-051-0/+6
* MDEV-11461 JSON_TYPE does not recognize integer/double types.Alexey Botchkov2016-12-051-1/+4
* MDEV-11452 JSON_CONTAINS accepts wrong number of arguments.Alexey Botchkov2016-12-051-0/+2
* MDEV-11445 JSON_MERGE requires at least two arguments in MySQL, but not in Ma...Alexey Botchkov2016-12-051-0/+2
* MDEV-11437 JSON_QUOTE function does not quote and uses wrong character set.Alexey Botchkov2016-12-051-1/+11
* MDEV-11436 CREATE TABLE .. AS SELECT JSON_OBJECT truncates data.Alexey Botchkov2016-12-051-0/+10
* MDEV-11438 Assertion `null_value' failed in Item::send(Protocol*, String*) up...Alexey Botchkov2016-12-051-0/+3
* MDEV-11464 Server crashes in mark_object upon JSON_VALID.Alexey Botchkov2016-12-031-0/+3
* MDEV-11463 Server crashes in mark_array upon JSON_VALID.Alexey Botchkov2016-12-031-0/+3
* MDEV-11450 Assertion `!null_value' failed invirtual bool Item::send on json_s...Alexey Botchkov2016-12-031-0/+9
* MDEV-11449 Server crashes in Item_func_or_sum::agg_item_collations.Alexey Botchkov2016-12-031-0/+6
* MDEV-11444 Server crashes in String::ptr / Item_func_json_depth::val_int.Alexey Botchkov2016-12-031-0/+3
* MDEV-11143 Server crashes in json_string_set_cs.Alexey Botchkov2016-12-031-0/+3
* MDEV-11442 Server crashes in String::length / parse_one_or_all /Item_func_jso...Alexey Botchkov2016-12-031-0/+3