mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-16708: fixed issue with handling of the directive --enable-prepared-warnings in mysqltest
This commit is contained in:
committed by
Sergei Golubchik
parent
fc71746a6a
commit
b126c3f3fa
@ -1036,10 +1036,12 @@ begin
|
||||
return f1;
|
||||
end //
|
||||
|
||||
--enable_prepare_warnings
|
||||
CREATE PROCEDURE bug9056_proc2(OUT a INT)
|
||||
BEGIN
|
||||
select sum(id) from t1 into a;
|
||||
END //
|
||||
--disable_prepare_warnings
|
||||
|
||||
DELIMITER ;//
|
||||
|
||||
|
Reference in New Issue
Block a user