mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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
@@ -19,6 +19,7 @@ eval CREATE TABLE test.regular_tbl(id MEDIUMINT NOT NULL AUTO_INCREMENT,
|
||||
|
||||
######## Create SPs, Functions, Views and Triggers Section ##############
|
||||
|
||||
--enable_prepare_warnings
|
||||
delimiter |;
|
||||
CREATE PROCEDURE test.proc_norm()
|
||||
BEGIN
|
||||
@@ -46,7 +47,7 @@ BEGIN
|
||||
END|
|
||||
|
||||
delimiter ;|
|
||||
|
||||
--disable_prepare_warnings
|
||||
############ Finish Setup Section ###################
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user