1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-4683 query start_time not reset when going to sleep

This commit is contained in:
Sergei Golubchik
2013-07-01 12:02:44 +02:00
parent a924e9004c
commit 03c71ff2ba
3 changed files with 20 additions and 0 deletions

View File

@ -7,3 +7,9 @@ SELECT INFO,TIME,TIME_MS FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO IS NULL;
SET DEBUG_SYNC = 'now SIGNAL fill_schema_proceed';
INFO TIME TIME_MS
NULL 0 0.000
select sleep(5);
sleep(5)
0
select command, time < 5 from information_schema.processlist where id != connection_id();
command time < 5
Sleep 1