Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
2.12.0
-
Yes
-
Yes
Description
Impact on the user:
- Users unable to monitor MariaDB
Steps to reproduce:
- connect MariaDB with enabled performance-schema to pmm-server
- exec any query
- find the query in QAN
- check tabs "Example" and "Explain"
Actual result:
- Query example and some explain data
Expected Result:
- No example and no Explain/table data
Workaround:
Run following command to start collecting data into performance_schema.events_statements_history
UPDATE performance_schema.setup_instruments SET ENABLED = 'YES', TIMED = 'YES' WHERE NAME LIKE 'statement/%'; UPDATE performance_schema.setup_consumers SET ENABLED = 'YES' WHERE NAME LIKE '%statements%';
Documentation
To collect real examples user should execute following queries in DB.
UPDATE performance_schema.setup_instruments SET ENABLED = 'YES', TIMED = 'YES' WHERE NAME LIKE 'statement/%'; UPDATE performance_schema.setup_consumers SET ENABLED = 'YES' WHERE NAME LIKE '%statements%';
Details
Attachments
Issue Links
- links to