Browse Source
Fix for BUG#20550: Stored function: wrong RETURN type metadata
Fix for BUG#20550: Stored function: wrong RETURN type metadata
when used in a VIEW. The problem was that wrong function (create_tmp_from_item()) was used to create a temporary field for Item_func_sp. The fix is to use create_tmp_from_field().pull/73/head
4 changed files with 168 additions and 1 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue