Bug #82255 metrics*.sql file names are inconsistent
Submitted: 17 Jul 2016 13:33 Modified: 14 Jan 2021 12:00
Reporter: Federico Razzoli Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: SYS Schema Severity:S3 (Non-critical)
Version:1.5.1 OS:Any
Assigned to: Marc ALFF CPU Architecture:Any

[17 Jul 2016 13:33] Federico Razzoli
Description:
In my understanding, currently:

* sys schema supports 5.6 and 5.7 (most views work on 5.5, but there is no install file for that version)
* _57 filename suffix means "5.7 and above"

However, views/p_s/metrics_56.sql works on 5.6, while metrics.sql works only 5.7. I suggest changing their names to metrics.sql and metrics_57.sql.

I know that this detail may appear irrelevant, but things could become messy when 8.0 is out.

How to repeat:
:)
[18 Jul 2016 4:51] MySQL Verification Team
Hello Federico Razzoli,

Thank you for the report and feedback!

Thanks,
Umesh
[14 Jan 2021 12:00] Paul DuBois
Posted by developer:
 
Fixed in 5.7.28.

Code cleanup. No changelog entry required.