mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-6980 OUT parameters in PREPARE
revert the patch for "out parameters in prepare"
This commit is contained in:
@ -256,14 +256,9 @@ execute stmt1 using @my_key ;
|
||||
execute full_info ;
|
||||
--disable_metadata
|
||||
|
||||
# the next statement does not fail anymore
|
||||
# the next statement must fail
|
||||
--error 1064
|
||||
prepare stmt1 from "select c1 into ? from t9 where c1= 1" ;
|
||||
execute stmt1 using @result;
|
||||
--enable_metadata
|
||||
execute full_info ;
|
||||
--disable_metadata
|
||||
select @result;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user