summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_json.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24585 Assertion `je->s.cs == nice_js->charset()' failed in json_nice.bb-10.2-mdev-24585-hfAlexey Botchkov2021-10-191-0/+6
* MDEV-20593 SIGSEGV in report_json_error_ex (on optimized builds).Alexey Botchkov2020-10-221-0/+1
* MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean valuesAlexander Barkov2020-06-221-0/+13
* Updated mtr files to support different compiled in optionsMonty2019-09-011-2/+5
* MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-171-0/+43
* Add an end-of-tests marker to ease mergesMarko Mäkelä2019-03-121-0/+3
* MDEV-18886 JSON_ARRAY() does not recognise JSON argument.Alexey Botchkov2019-03-121-0/+7
* MDEV-17454 JSON_VALID( '{"a":1]' ) evaluates to 1.Alexey Botchkov2018-11-121-0/+6
* MDEV-16174 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2018-11-091-0/+13
* MDEV-17001 JSON_MERGE returns nullwhen merging empty array.Alexey Botchkov2018-09-131-0/+5
* MDEV-17018 JSON_SEARCH and User-Defined Variables.Alexey Botchkov2018-09-121-0/+8
* MDEV-17121 JSON_ARRAY_APPEND.Alexey Botchkov2018-09-111-0/+7
* MDEV-16750 JSON_SET mishandles unicode every second pair of arguments.Alexey Botchkov2018-08-061-0/+8
* MDEV-16869 String functions don't respect character set of JSON_VALUE.Alexey Botchkov2018-08-051-0/+11
* MDEV-16054 simple json functions flatline cpu on garbage input.Alexey Botchkov2018-07-311-0/+7
* MDEV-16814 CREATE TABLE SELECT JSON_QUOTE(multibyte_charset_expr) makes a fie...Alexander Barkov2018-07-241-0/+9
* MDEV-16209 JSON_EXTRACT in query crashes server.Alexey Botchkov2018-06-181-0/+8
* MDEV-15905 select json_value('{"b":true}','$.b')=1 --> false withAlexey Botchkov2018-06-171-0/+7
* MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-0/+6
* MDEV-13970 crash in Item_func_json_extract::read_json.Alexey Botchkov2017-12-251-0/+9
* MDEV-14402 JSON_VALUE doesn't escape quote.Alexey Botchkov2017-11-161-0/+1
* MDEV-13971 crash in skip_num_constant.Alexey Botchkov2017-11-111-0/+4
* MDEV-12312 JSON_CONTAINS_PATH does not detect invalid path and returnsAlexey Botchkov2017-10-061-0/+8
* MDEV-13703 Illegal mix of collations for operation 'json_object' onAlexey Botchkov2017-10-061-0/+8
* MDEV-12311 Insufficient check for argument validity in JSON functions.Alexey Botchkov2017-10-051-0/+1
* MDEV-13306 JSON_CONTAINS returns wrong value.Alexey Botchkov2017-10-051-0/+1
* MDEV-13633 JSON_ARRAY() - bad output with some UTF8 characters.Alexey Botchkov2017-09-131-0/+6
* MDEV-12877 Wrong result from JSON native function.Alexey Botchkov2017-09-121-0/+5
* MDEV-12774 JSON_EXTRACT fails with some escaped unicode as key.Alexey Botchkov2017-09-121-0/+11
* MDEV-13104 Json functions.Alexey Botchkov2017-09-121-0/+5
* MDEV-13324 JSON_SET returns NULL instead of object.Alexey Botchkov2017-09-121-0/+5
* MDEV-13138 JSON_OBJECT returns null with strings containing backticks.Alexey Botchkov2017-09-121-0/+6
* MDEV-12982 JSON_EXTRACT returns data for invalid JSON.Alexey Botchkov2017-09-121-0/+5
* MDEV-12789 JSON_KEYS returns duplicate keys twice.Alexey Botchkov2017-08-081-0/+5
* MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-081-0/+10
* MDEV-12324 Wrong result (phantom array value) on JSON_EXTRACT.Alexey Botchkov2017-08-071-0/+6
* MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2017-05-021-0/+9
* MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed inAlexey Botchkov2017-05-021-0/+6
* MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy onAlexey Botchkov2017-05-021-0/+7
* 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/+18
* MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-0/+7
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-141-3/+3
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-141-0/+4
* Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to...Sergei Golubchik2017-02-131-3/+3
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-131-3/+3
* MDEV-11858 json_merge() concatenates instead of merging.Alexey Botchkov2017-02-101-0/+9
* MDEV-11857 json_search() shows "Out of memory" with empty key.Alexey Botchkov2017-02-091-0/+5
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-0/+20
* MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json...Alexey Botchkov2017-02-021-0/+3