[MDEV-23827] performance_schema.metadata_locks.source column is always empty Created: 2020-09-27 Updated: 2020-09-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Performance Schema |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In my tests SOURCE column in the performance_schema.metadata_locks table is always empty:
It is expecte3d (see https://dev.mysql.com/doc/refman/5.7/en/performance-schema-metadata-locks-table.html) to get the following information there: "The name of the source file containing the instrumented code that produced the event and the line number in the file at which the instrumentation occurs. This enables you to check the source to determine exactly what code is involved." This is how it lo0oks/works in MySQL 8.0.21, for example:
Please, fix this and make the column show proper value. |