Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
Description
ALTER TABLE ADD key/column IF NOT EXIST and ALTER TABLE DROP key/column IF EXISTS have been around since 10.0.2
scripts/mysql_system_tables_fix.sql statements don't include the existence checks.
The upgrade script should use them to reduce the errors in the log file of sql_error_log-plugin and just generally using the features available of MariaDB server.