[MDEV-569] Improve processlist reporting of replication threads Created: 2012-10-02 Updated: 2013-06-07 Resolved: 2013-06-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The "state" and "command" reported by SHOW PROCESSLIST for replication threads Improve it so that DBAs can see more precisely what the threads are doing. For the SQL thread, "Command" could be "execute" when replicating row events, |
| Comments |
| Comment by Kristian Nielsen [ 2012-10-02 ] |
|
The mechanism for updating THD states for processlist is changing with merge of P_S stages into 10.0. So seems easier to wait for that code to be merged before doing this - it's not urgent. |