summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-big.test
diff options
context:
space:
mode:
authorunknown <anozdrin/alik@station.>2007-10-05 16:35:01 +0400
committerunknown <anozdrin/alik@station.>2007-10-05 16:35:01 +0400
commitc215e78d1607a9afc55df3df3d5499d283ffed63 (patch)
treec2cb139377c0c573cd55e57158ba3f61abedffce /mysql-test/t/sp-big.test
parent11476cfc042a316399efbd59016a9898390f0f6b (diff)
downloadmariadb-git-c215e78d1607a9afc55df3df3d5499d283ffed63.tar.gz
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(). mysql-test/r/sp.result: Update result file. mysql-test/t/sp.test: Add a test case for BUG#20550. sql/item_func.h: Add a getter for Item_func_sp::sp_result_field. sql/sql_select.cc: Use create_tmp_from_field() to create a temporary field for Item_func_sp.
Diffstat (limited to 'mysql-test/t/sp-big.test')
0 files changed, 0 insertions, 0 deletions