Commit f3cb73a4 authored by Sergei Golubchik's avatar Sergei Golubchik

revert the test change that fais on 32-bit

Closes #3228
parent eb0c7199
......@@ -59,8 +59,8 @@ update t1 set f = 'foo';
select * from t1;
pk f
1 foo
select pk, f, row_end > DATE'2106-01-01' from t1 for system_time all;
pk f row_end > DATE'2106-01-01'
select pk, f, row_end > DATE'2030-01-01' from t1 for system_time all;
pk f row_end > DATE'2030-01-01'
1 foo 1
1 foo 0
1 bar 0
......
......@@ -59,7 +59,7 @@ update t1 set f = 'bar';
select * from t1;
update t1 set f = 'foo';
select * from t1;
select pk, f, row_end > DATE'2106-01-01' from t1 for system_time all;
select pk, f, row_end > DATE'2030-01-01' from t1 for system_time all;
drop table t1;
--echo #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment