MDEV-22141: JSON_REMOVE returns NULL on valid arguments
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.
Showing
Please register or sign in to comment