1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-04 01:23:45 +03:00
Files
mariadb/mysql-test/suite/versioning/wait_system_clock.inc
Sergei Golubchik 6a8cf407d2 fix tests on windows
2018-01-13 02:01:35 +01:00

11 lines
337 B
PHP

#
# windows has a rather low-resolution system clock
# wait until the event from the past will actually be in the past
#
if (`select @@version_compile_os in ("win32","win64","windows")`)
{
let $_past=`select max(row_start) from t1`;
--let $wait_condition=select TIMESTAMP'$_past' < sysdate(6)
--source include/wait_condition.inc
}