mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
5 lines
76 B
Text
5 lines
76 B
Text
|
set timestamp=1;
|
||
|
SELECT sleep(1),NOW()-SYSDATE() as zero;
|
||
|
sleep(1) zero
|
||
|
0 0
|