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
@@ -3,6 +3,7 @@
|
||||
--disable_warnings
|
||||
drop table if exists tb2 ;
|
||||
--enable_warnings
|
||||
--enable_prepare_warnings
|
||||
create table tb2 (
|
||||
f59 numeric (0) unsigned,
|
||||
f60 numeric (64) unsigned,
|
||||
@@ -61,3 +62,4 @@ f109 set("1set","2set") not null default "1set"
|
||||
eval
|
||||
load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/innodb_tb2.txt'
|
||||
into table tb2;
|
||||
--disable_prepare_warnings
|
||||
|
Reference in New Issue
Block a user