MDEV-33015: Server crashes upon JSON_SCHEMA_VALID reading NULL from a user
variable Analysis: Since the item is NULL, it's json value is NULL but we proceed to parse it anyway. Fix: If json value is NULL, return NULL.
Showing
Please register or sign in to comment