Bug #71276 | Manual does not explain PROCESSLIST_STATE in P_S.THREADS properly | ||
---|---|---|---|
Submitted: | 2 Jan 2014 15:01 | Modified: | 11 Mar 2015 23:36 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
Tags: | missing manual, performance_schema, threads |
[2 Jan 2014 15:01]
Valeriy Kravchuk
[2 Jan 2014 18:18]
MySQL Verification Team
Hello Valeriy, Thank you for the bug report. Verified as described. Thanks, Umesh
[22 Jan 2014 12:52]
Paul DuBois
Regarding PROCESSLIST_STATE: "For background threads (threads not associated with a user connection), PROCESSLIST_ID is NULL, so the values are not unique. (Before MySQL 5.6.9, the value is 0 for background threads.)" (http://dev.mysql.com/doc/refman/5.6/en/threads-table.html, see Bug#71275)
[11 Mar 2015 23:36]
Paul DuBois
"As a side note, description of "System lock" at http://dev.mysql.com/doc/refman/5.6/en/general-thread-states.html does not help at all to understand what this state may mean in this specific case." Looks pretty detailed to me.