mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-16708: fix in test failures caused by missing warnings received in prepare response packet
This commit is contained in:
committed by
Sergei Golubchik
parent
b126c3f3fa
commit
ccb0504fb0
@@ -15,6 +15,8 @@
|
||||
--source include/not_embedded.inc
|
||||
--source include/default_charset.inc
|
||||
|
||||
--enable_prepare_warnings
|
||||
|
||||
let $engine_type= MEMORY;
|
||||
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
||||
--source suite/funcs_1/datadict/datadict_load.inc
|
||||
@@ -23,4 +25,6 @@ SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
||||
let $my_where = WHERE table_schema LIKE 'test%';
|
||||
--source suite/funcs_1/datadict/columns.inc
|
||||
|
||||
--disable_prepare_warnings
|
||||
|
||||
--source suite/funcs_1/include/cleanup.inc
|
||||
|
||||
Reference in New Issue
Block a user