[MDEV-11272] Full processlist should show SSL type Created: 2016-11-11 Updated: 2017-11-30 Resolved: 2017-05-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | SSL |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi, It would be very useful if the server shows in SHOW FULL PROCESSLIST output, and in the information_schema tables whether the client uses SSL. At the moment, on Windows, it's slightly hard to know if the client is SSL or not. Thanks, |
| Comments |
| Comment by Sergei Golubchik [ 2017-05-26 ] | |||||||||||||||||||||||||||||
|
as far as I understand, performance schema will show that | |||||||||||||||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2017-11-30 ] | |||||||||||||||||||||||||||||
|
Hi serg, Are you sure that performance_schema makes this information available? Out of all of the performance_schema tables, I would expect this information to be available in session_connect_attrs, but this information does not seem to be there. e.g.:
Is SSL information available in some other performance_schema table? | |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2017-11-30 ] | |||||||||||||||||||||||||||||
|
I think I meant that after we'll merge performance schema from 5.7, we will have this information. |