[MXS-553] FR: Add connection id to maxadmin show sessions output Created: 2016-01-21 Updated: 2018-05-23 Resolved: 2018-05-23 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxadmin, maxctrl |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Guillaume Lefranc | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-40, MXS-SPRINT-58 |
| Description |
|
Our customer would like to have the maxadmin "show sessions" to show the connection ID (from SHOW PROCESSLIST) assigned to the backend connection from the DB Host it is connected to. |
| Comments |
| Comment by markus makela [ 2016-01-21 ] |
|
The connection ID is already stored at the backend protocol level but there is no interface for the protocol modules to print protocol specific diagnostic data. |
| Comment by markus makela [ 2017-08-22 ] |
|
This requires that the protocol modules implement a diagnostic output function. |