Commit 3ae038b7 authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-11857 json_search() shows "Out of memory" with empty key.

        Test result updated.
parent 77742207
......@@ -552,3 +552,6 @@ json_set('[]', '$[0][0]', 100)
SELECT json_set('[]', '$[0][0][0]', 100);
json_set('[]', '$[0][0][0]', 100)
[]
SELECT JSON_search( '{"": "a"}', "one", 'a');
JSON_search( '{"": "a"}', "one", 'a')
"$."
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment