1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -5,6 +5,8 @@
drop table if exists t1;
--enable_warnings
--enable_prepare_warnings
--replace_result $default_engine DEFAULT_ENGINE $sys_datatype_expl SYS_DATATYPE NULL ''
eval create table t1 (
x1 int unsigned,
@ -439,3 +441,4 @@ show create table t1;
show create table t2;
drop temporary table t2;
drop table t1;
--disable_prepare_warnings