mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Update result file.
This commit is contained in:
@@ -195,9 +195,11 @@ SELECT COUNT(*) FROM test.t1;
|
||||
|
||||
# Poll till INFO is no more NULL and State = 'Table Lock'.
|
||||
|
||||
Timeout in wait_condition.inc for SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST
|
||||
WHERE INFO IS NOT NULL AND STATE = 'Table Lock'
|
||||
SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
|
||||
ID USER HOST DB COMMAND TIME STATE INFO
|
||||
<ID> test_user <HOST_NAME> information_schema Query <TIME> Table lock SELECT COUNT(*) FROM test.t1
|
||||
<ID> test_user <HOST_NAME> information_schema Query <TIME> Waiting for table SELECT COUNT(*) FROM test.t1
|
||||
<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL
|
||||
<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
|
||||
UNLOCK TABLES;
|
||||
|
||||
Reference in New Issue
Block a user