Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Won't Fix
-
None
-
None
Description
Right now mysql_upgrade does not check whether installed plugins can actually be loaded.
This is especially an issue when upgrading from MySQL to MariaDB, where e.g. validate_password.so might be installed which does not exist in MariaDB.
Right now mysql_upgrade does only check for the presence of needed storage engine plugins, all other missing plugins will only be noticed on server startup and error messages will be written to the error log, where they might get overlooked.
Attachments
Issue Links
- relates to
-
MDEV-21873 10.2 to 10.3 upgrade doesn't remove semi-sync reference from mysql.plugin table
- Closed
-
MDEV-21258 Can't uninstall plugin if the library file doesn't exist
- Closed