[MDEV-26802] ANALYZE TABLE in processlist with State NULL Created: 2021-10-11 Updated: 2021-10-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer, Server |
| Affects Version/s: | 10.6.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | analyze-stmt, processlist | ||
| Environment: |
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:
Something like "Sending data" would be more appropriate. |