• Alexey Botchkov's avatar
    MDEV-11562 Assertion `js->state == JST_VALUE' failed in... · e5377be2
    Alexey Botchkov authored
    MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_engine_t*, json_engine_t*).
    
            check_contains() fixed. When an item of an array is a complex
            structure, it can be half-read after the end of the recursive
            check_contains() call. So we just manually get to it's ending.
    e5377be2
func_json.test 6.81 KB