[MDEV-28255] "Error" instead of NULL in P_S.THREADS_CONNECTION_TYPE for background threads Created: 2022-04-07 Updated: 2022-04-09 Resolved: 2022-04-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Performance Schema |
| Affects Version/s: | 10.5.15, 10.6.7, 10.7.3, 10.8.2 |
| Fix Version/s: | 10.5.16, 10.6.8, 10.7.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
According to the KB the P_S.THREADS.CONNECTION_TYPE column should show NULL for background threads, and the source code has these possible states:
Yet it actually indeed shows "Error" instead of "NULL":
|
| Comments |
| Comment by Hartmut Holzgraefe [ 2022-04-07 ] |
|
versions older than 10.5 are not affected as the column was first added there I also tested the first 10.5 GA, it has been "Error" instead of NULL from the very beginning |