Bug #76723 | A query digest sometimes contain backticks and sometimes not depending on CS | ||
---|---|---|---|
Submitted: | 16 Apr 2015 14:47 | Modified: | 13 May 2015 15:36 |
Reporter: | Kristofer Pettersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Security: Firewall | Severity: | S3 (Non-critical) |
Version: | 5.6.24 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[16 Apr 2015 14:47]
Kristofer Pettersson
[13 May 2015 15:36]
Paul DuBois
Noted in 5.6.26, 5.7.8, 5.8.0 changelogs. Identifiers in normalized statements were sometimes quoted and sometimes not, an inconsistency that caused matching failure for statement digests and digest texts. This caused problems for MySQL Enterprise Firewall and for Performance Schema aggregation by digest. Identifiers now are quoted consistently.