1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixing versioning.insert and versioning.replace test failes.

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.
This commit is contained in:
Alexander Barkov
2018-01-29 19:52:34 +04:00
parent f74023b955
commit 2e43c4584e
6 changed files with 5 additions and 15 deletions

View File

@ -5,7 +5,6 @@ drop function default_engine;
drop function non_default_engine;
drop function sys_commit_ts;
drop function sys_datatype;
drop function current_row;
drop procedure concat_exec2;
drop procedure concat_exec3;
--enable_query_log