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:
committed by
Sergei Golubchik
parent
fe78495053
commit
97e8d27bed
@ -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
|
||||
|
Reference in New Issue
Block a user