1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

fix tests on windows

This commit is contained in:
Sergei Golubchik
2018-01-11 16:34:32 +01:00
parent 28bed45469
commit 6a8cf407d2
5 changed files with 38 additions and 15 deletions

View File

@ -347,6 +347,7 @@ now() < sysdate()
1
create table t1 (a int) with system versioning;
insert t1 values (1);
set @a=sysdate(6);
select * from t1 for system_time as of now(6);
a
select * from t1 for system_time as of sysdate(6);