mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
Tests started to fail after a merge of MDEV-15107 (from bb-10.2-ext to 10.3), because MDEV-15107 additionally fixed this problem: MDEV-15112 Inconsistent evaluation of spvariable=0 in strict mode Modifying tests not to reply on the pre-MDEV-15112 behavior.
11 lines
278 B
PHP
11 lines
278 B
PHP
--disable_query_log
|
|
drop procedure verify_vtq;
|
|
drop procedure verify_vtq_dummy;
|
|
drop function default_engine;
|
|
drop function non_default_engine;
|
|
drop function sys_commit_ts;
|
|
drop function sys_datatype;
|
|
drop procedure concat_exec2;
|
|
drop procedure concat_exec3;
|
|
--enable_query_log
|