mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-11453 JSON_CONTAINS returns incorrect values.
The weird logic of json_contains was implemented.
This commit is contained in:
@@ -311,6 +311,7 @@ int json_skip_level(json_engine_t *j);
|
||||
*/
|
||||
#define json_value_scalar(je) ((je)->value_type > JSON_VALUE_ARRAY)
|
||||
|
||||
|
||||
/*
|
||||
Look for the JSON PATH in the json string.
|
||||
Function can be called several times with same JSON/PATH to
|
||||
|
Reference in New Issue
Block a user