Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.11.2
-
None
Description
[...}
sys.x$waits_global_by_latency OK
Phase 4/7: Running 'mysql_fix_privilege_tables'
ERROR 1932 (42S02) at line 482: Table 'mysql.innodb_index_stats' doesn't exist in engine
FATAL ERROR: Upgrade failed
Attachments
Issue Links
- duplicates
-
MDEV-21651 mysql_upgrade fails without providing any meaningful diagnostics
-
- Confirmed
-
maybe it would be a good idea, not to totally fail the update script, if some table is missing, if it is not really needed (in my case innodb is not used), but other update scripts fail.
Or at least issue a help, how to solve such an issue.
removing the file in mysql-dir solved the problem.