mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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
@ -22,6 +22,7 @@ CREATE TABLE t2 (a int NOT NULL auto_increment, b int, PRIMARY KEY (a)) ENGINE=
|
||||
|
||||
insert into t2 values (1,1)|
|
||||
|
||||
--enable_prepare_warnings
|
||||
create function bug23333()
|
||||
RETURNS int(11)
|
||||
DETERMINISTIC
|
||||
@ -31,6 +32,7 @@ begin
|
||||
return @a;
|
||||
end|
|
||||
delimiter ;|
|
||||
--disable_prepare_warnings
|
||||
|
||||
reset master;
|
||||
--error ER_DUP_ENTRY
|
||||
|
Reference in New Issue
Block a user