diff options
author | unknown <pem@mysql.comhem.se> | 2004-08-24 16:07:39 +0200 |
---|---|---|
committer | unknown <pem@mysql.comhem.se> | 2004-08-24 16:07:39 +0200 |
commit | ac06195caa5176a0245e635bb7678413c26cb7ab (patch) | |
tree | 112d62d40d260ddf0cd04a6ceec4d7e745f790ab /pstack | |
parent | 94e995d70b2af3847b714c0a823669201db979d7 (diff) | |
download | mariadb-git-ac06195caa5176a0245e635bb7678413c26cb7ab.tar.gz |
Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,
and BUG#336: Subselects with tables does not work as values for
local SP variables (which was closed before with a temp. fix, but not
actually fixed).
mysql-test/r/sp-error.result:
Moved test case for BUG#336 to sp.test, as it's not generating an error any longer.
mysql-test/r/sp.result:
Move test case for BUG#336 from sp-error.test and added new test case
for BUG#3157.
mysql-test/t/sp-error.test:
Moved test case for BUG#336 to sp.test, as it's not generating an error any longer.
mysql-test/t/sp.test:
Move test case for BUG#336 from sp-error.test and added new test case
for BUG#3157.
sql/sp_head.cc:
Open and close tables in set, jump-if[-not] and freturn instructions if
the value expression is a subselect.
sql/sp_head.h:
Store tables in set, jump-if[-not] and freturn instructions if
the value expression is a subselect.
sql/sql_yacc.yy:
Store tables in set, jump-if[-not] and freturn instructions if
the value expression is a subselect.
Diffstat (limited to 'pstack')
0 files changed, 0 insertions, 0 deletions