mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
Update result file.
This commit is contained in:
parent
f229ac073a
commit
65808c91df
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue