mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
@ -12,6 +12,8 @@ drop function if exists x;
|
||||
drop function if exists y;
|
||||
--enable_warnings
|
||||
|
||||
--enable_prepare_warnings
|
||||
|
||||
create function a() returns int
|
||||
return 1;
|
||||
|
||||
@ -97,6 +99,8 @@ SELECT geometrycollection();
|
||||
--enable_warnings
|
||||
DROP FUNCTION geometrycollection;
|
||||
|
||||
--disable_prepare_warnings
|
||||
|
||||
--echo #
|
||||
--echo # End of 10.5 tests
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user