mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-11857 json_search() shows "Out of memory" with empty key.
Test result updated.
This commit is contained in:
@ -552,3 +552,6 @@ json_set('[]', '$[0][0]', 100)
|
|||||||
SELECT json_set('[]', '$[0][0][0]', 100);
|
SELECT json_set('[]', '$[0][0][0]', 100);
|
||||||
json_set('[]', '$[0][0][0]', 100)
|
json_set('[]', '$[0][0][0]', 100)
|
||||||
[]
|
[]
|
||||||
|
SELECT JSON_search( '{"": "a"}', "one", 'a');
|
||||||
|
JSON_search( '{"": "a"}', "one", 'a')
|
||||||
|
"$."
|
||||||
|
Reference in New Issue
Block a user