• Rucha Deodhar's avatar
    MDEV-22141: JSON_REMOVE returns NULL on valid arguments · 9e6858a4
    Rucha Deodhar authored
    Analysis:
    When we scan json to get to a beginning according to the path, we end up
    scanning json even if we have exhausted it. When eventually returns error.
    
    Fix:
    Continue scanning json only if we have not exhausted it and return result
    accordingly.
    9e6858a4
func_json.test 37.5 KB