diff options
Diffstat (limited to 'mysql-test/r/processlist.result')
-rw-r--r-- | mysql-test/r/processlist.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/processlist.result b/mysql-test/r/processlist.result index c8fb4ed6bd5..fc03f920533 100644 --- a/mysql-test/r/processlist.result +++ b/mysql-test/r/processlist.result @@ -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 |