[MDEV-14990] mysql_upgrade fails with ERROR 1408 (HY000) at line 566: Event Scheduler: An error occurred when initializing system tables Created: 2018-01-18 Updated: 2018-03-06 Resolved: 2018-02-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Events, Server |
| Affects Version/s: | 10.3.4 |
| Fix Version/s: | 10.3.5 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Upon upgrade from previous versions, the first server startup produces errors in the log:
This is fine, since mysql_upgrade hasn't been run yet. However, after that mysql_upgrade also fails:
The second attempt to run mysql_upgrade, even right after the first failure, actually works:
and after that the server restarts without any errors. Apparently upgrade from all versions is affected, I've seen it happen on upgrade from 10.0, 10.1, 10.2, 10.3.3, didn't try 5.5. |