Bug #78720 | sys: provide a way to allow for local customisations | ||
---|---|---|---|
Submitted: | 6 Oct 2015 14:54 | Modified: | 12 Oct 2015 13:26 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: SYS Schema | Severity: | S4 (Feature request) |
Version: | 1.5,5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | performance_schema, sys |
[6 Oct 2015 14:54]
Simon Mudd
[8 Oct 2015 10:55]
Mark Leith
Right now we check for equality of object counts in mysql_upgrade, to get the above we could instead just check that *at least* that many objects exist. Verifying, thanks for the request.
[12 Oct 2015 13:26]
Paul DuBois
Noted in 5.7.9 changelog. mysql_upgrade previously checked for an exact object-count value in the sys schema to determine whether an upgrade was needed. If local objects had been added, the resulting reinstallation removed those objects. Now it checks for at least the expected number of objects.