|
|
1 |
|
varchar(64)
|
utf8mb3_general_ci
|
|
Yes |
NULL |
Object schema.
|
|
|
|
2 |
|
varchar(64)
|
utf8mb3_general_ci
|
|
Yes |
NULL |
Object name.
|
|
|
|
3 |
|
bigint(20)
|
|
UNSIGNED |
No |
None |
A unique thread identifier.
|
|
|
|
4 |
|
bigint(20)
|
|
UNSIGNED |
Yes |
NULL |
The PROCESSLIST.ID value for threads displayed in the INFORMATION_SCHEMA.PROCESSLIST table, or 0 for background threads. Also corresponds with the CONNECTION_ID() return value for the thread.
|
|
|
|
5 |
|
text
|
utf8mb3_general_ci
|
|
Yes |
NULL |
|
|
|
|
6 |
|
varchar(32)
|
utf8mb3_general_ci
|
|
No |
None |
Lock type. One of BACKUP_FTWRL1, BACKUP_START, BACKUP_TRANS_DML, EXCLUSIVE, INTENTION_EXCLUSIVE, SHARED, SHARED_HIGH_PRIO, SHARED_NO_READ_WRITE, SHARED_NO_WRITE, SHARED_READ, SHARED_UPGRADABLE or SHARED_WRITE.
|
|
|
|
7 |
|
varchar(32)
|
utf8mb3_general_ci
|
|
No |
None |
Lock duration. One of EXPLICIT (locks released by explicit action, for example a global lock acquired with FLUSH TABLES WITH READ LOCK) , STATEMENT (locks implicitly released at statement end) or TRANSACTION (locks implicitly released at transaction end).
|
|
|
|
8 |
|
longtext
|
utf8mb3_general_ci
|
|
Yes |
NULL |
Statement being executed by the thread, or NULL if a statement is not being executed. If a statement results in calling other statements, such as for a stored procedure, the innermost statement from the stored procedure is shown here.
|
|
|
|
9 |
|
bigint(20)
|
|
|
Yes |
NULL |
Time in seconds the thread has been in its current state.
|
|
|
|
10 |
|
bigint(20)
|
|
UNSIGNED |
Yes |
NULL |
Number of rows affected the statement affected.
|
|
|
|
11 |
|
bigint(20)
|
|
UNSIGNED |
Yes |
NULL |
Number of rows read during the statement's execution.
|
|
|
|
12 |
|
bigint(20)
|
|
UNSIGNED |
No |
None |
A unique thread identifier.
|
|
|
|
13 |
|
bigint(20)
|
|
UNSIGNED |
Yes |
NULL |
The PROCESSLIST.ID value for threads displayed in the INFORMATION_SCHEMA.PROCESSLIST table, or 0 for background threads. Also corresponds with the CONNECTION_ID() return value for the thread.
|
|
|
|
14 |
|
text
|
utf8mb3_general_ci
|
|
Yes |
NULL |
|
|
|
|
15 |
|
varchar(32)
|
utf8mb3_general_ci
|
|
No |
None |
Lock type. One of BACKUP_FTWRL1, BACKUP_START, BACKUP_TRANS_DML, EXCLUSIVE, INTENTION_EXCLUSIVE, SHARED, SHARED_HIGH_PRIO, SHARED_NO_READ_WRITE, SHARED_NO_WRITE, SHARED_READ, SHARED_UPGRADABLE or SHARED_WRITE.
|
|
|
|
16 |
|
varchar(32)
|
utf8mb3_general_ci
|
|
No |
None |
Lock duration. One of EXPLICIT (locks released by explicit action, for example a global lock acquired with FLUSH TABLES WITH READ LOCK) , STATEMENT (locks implicitly released at statement end) or TRANSACTION (locks implicitly released at transaction end).
|
|
|
|
17 |
|
varchar(31)
|
utf8mb3_general_ci
|
|
Yes |
NULL |
|
|
|
|
18 |
|
varchar(25)
|
utf8mb3_general_ci
|
|
Yes |
NULL |
|
|