Open QAN dashboard and find "Explain" query Result: Explain query looks like "explainSELECT c FROM sbtest? WHERE id=? " See screenshot Expected result: It should looks like "explain SELECT c FROM sbtest? WHERE id=?"
Bug is reproducible for Pertcona Server 5.7 with enabled slow log
How to test
None
How to document
None
Attachments
3
Smart Checklist
Activity
Daria Lymanska April 22, 2018 at 10:56 PM
Problem appeared due to case sensitive behavior of workaround. Fixed by performing case insensitive check.
Nailya Kutlubaeva April 19, 2018 at 7:09 AM
Fingerprint part was fixed, but example part was not.
Install PMM 1.9.0
Setup MariaDB with slow log
Add MariaDB to monitoring
Run sysbench. for example :
Open QAN dashboard and find "Explain" query
Result: Explain query looks like "explainSELECT c
FROM sbtest?
WHERE id=? " See screenshot
Expected result: It should looks like "explain SELECT c
FROM sbtest?
WHERE id=?"
Bug is reproducible for Pertcona Server 5.7 with enabled slow log