[MDEV-7681] Performance schema not fully configurable at runtime Created: 2015-03-08 Updated: 2023-12-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Admin statements, Documentation |
| Affects Version/s: | 10.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | documentation, performance_schema, upstream-fixed | ||
| Issue Links: |
|
||||
| Description |
|
Despite what MySQL manual says (http://dev.mysql.com/doc/refman/5.6/en/performance-schema-pre-filtering.html), some P_S instruments are not configurable at runtime. Even disabled, they keep collecting the data. There is an upstream documentation bug about it, https://bugs.mysql.com/bug.php?id=68097. Apparently MariaDB documentation should also be updated at some point. But on top of events common with the upstream version, MariaDB also has the same problem with Aria events. I don't know whether it's intentional. Noticed for
A test might look somewhat like that (this variant doesn't necessarily reveal all affected instruments)
|