Fixed BUG#18787: Server crashed when calling a stored procedure containing
a misnamed function ... in the presence of a continue handler. The problem was that with a handler, it continued to execute as if function existed and had set a useful return value (which it hadn't). The fix is to set a null return value and do an error return when a function wasn't found.
Showing
Please register or sign in to comment