This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Request: SLEEP function #647
Closed
Description
In MySQL you can run SELECT SLEEP(10);
, and I think it would be good to have support for that in gitbase.
It would be very useful for development, and for testing, to have a way to simulate queries that take a long time. Specially for the code dealing with query cancellations.
https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html#function_sleep