1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-16708: fix in test failures(added --enable_prepared_warnings/--disable_prepared_warnings)

This commit is contained in:
Dmitry Shulga
2021-06-10 11:12:27 +07:00
committed by Sergei Golubchik
parent fe78495053
commit 97e8d27bed
37 changed files with 107 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
--disable_warnings
drop table if exists tb4;
--enable_warnings
--enable_prepare_warnings
create table tb4 (
f176 numeric (0) unsigned not null DEFAULT 9,
f177 numeric (64) unsigned not null DEFAULT 9,
@@ -68,3 +69,4 @@ f241 char(100)
eval
load data infile '$MYSQLTEST_VARDIR/std_data/funcs_1/innodb_tb4.txt'
into table tb4;
--disable_prepare_warnings