1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-16708: fix in test failures(added --enable_prepared_warnings/--disable_prepared_warnings)

This commit is contained in:
Dmitry Shulga
2021-06-10 11:12:27 +07:00
committed by Sergei Golubchik
parent fe78495053
commit 97e8d27bed
37 changed files with 107 additions and 6 deletions

View File

@ -1293,6 +1293,7 @@ DROP TABLE IF EXISTS t1, t2;
DROP FUNCTION IF EXISTS f1;
--enable_warnings
--enable_prepare_warnings
delimiter |;
CREATE FUNCTION f1() RETURNS INTEGER
BEGIN
@ -1300,6 +1301,7 @@ BEGIN
RETURN 1;
END|
delimiter ;|
--disable_prepare_warnings
# Get f1() parsed and cached
--error ER_NO_SUCH_TABLE