Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.6.3
-
None
-
Linux, n.a.
Description
When you run the following command:
ANALYZE TABLE test.test PERSISTENT FOR ALL;
SHOW PROCESSLIST in another connections shows always State NULL which is obviously not true:
+-----+------+-----------+-------+---------+-------+----------+--------------------------------------------+
|
| Id | User | Host | db | Command | Time | State | Info |
|
+-----+------+-----------+-------+---------+-------+----------+--------------------------------------------+
|
| 846 | root | localhost | mysql | Query | 23 | NULL | ANALYZE TABLE test.test PERSISTENT FOR ALL |
|
| 851 | root | localhost | NULL | Query | 0 | starting | show processlist |
|
+-----+------+-----------+-------+---------+-------+----------+--------------------------------------------+
|
Something like "Sending data" would be more appropriate.