1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -53,15 +53,6 @@ begin
return NULL;
end~~
create function if not exists current_row(sys_trx_end varbinary(255))
returns int
deterministic
begin
declare continue handler for sqlwarning begin end;
return sys_trx_end = timestamp'2038-01-19 03:14:07.999999'
or sys_trx_end = 18446744073709551615;
end~~
create function if not exists sys_commit_ts(sys_field varchar(255))
returns varchar(255)
deterministic