[MDEV-32751] sys schema view session_ssl_status is empty Created: 2023-11-09 Updated: 2023-12-14 Resolved: 2023-12-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Performance Schema |
| Affects Version/s: | 10.11.4, 11.2.1 |
| Fix Version/s: | 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | beginner-friendly, performance_schema, ssl, sys, tls | ||
| Environment: |
Ubuntu 22.04, n.a. |
||
| Description |
|
The view sys.session_ssl_status is empty:
Even thought the P_S is enabled:
The reason is, that the performance_schema.status_by thread does NOT contain any entry about ssl:
It should contain more or less:
to produce such a result:
|
| Comments |
| Comment by Oli Sennhauser [ 2023-11-24 ] |
|
Tss, tss. I did not know, Sergei, that you are a beginner... |
| Comment by Sergei Golubchik [ 2023-11-25 ] |
|
I simply wanted to see why performance_schema doesn't show ssl variables and after that it was difficult to stop and not to fix it |
| Comment by Nikita Malyavin [ 2023-12-13 ] |
|
d9cb1a2b7e7 is ok to push |