config: fix automatic names apply before schema upgrade
Each config reload on a node with old schema (less than 3.0.0) lead to the error ER_SCHEMA_NEEDS_UPGRADE. This happened because the relevant code didn't check for schema version before trying to apply the names. Fix this. Closes #9502 NO_DOC=bugfix NO_CHANGELOG=fix in a not yet released behavior
Please register or sign in to comment