Commit e1913ba1 authored by Sergei Golubchik's avatar Sergei Golubchik

fix set_statement test for windows

timestamp has a lower granularity on windows so it needs
more time to change.
parent 7a474162
......@@ -949,7 +949,9 @@ set statement timestamp=4646464 for select @@timestamp;
set @save_tm=@@timestamp;
select @@timestamp != 4646464;
select @@timestamp != 4646464;
select @@timestamp != @save_tm;
let $wait_condition=select @@timestamp != @save_tm;
source include/wait_condition.inc;
eval $wait_condition;
#
# Test of temporary changing default storage engine
......
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