[MDEV-21332] Error message when upgrading from 10.1 or 10.2 to 10.3 Created: 2019-12-17 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Nguyen Dang Thien | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Rhel7 |
||
| Issue Links: |
|
||||||||
| Description |
|
I got the following errors when trying to upgrade from old version to 10.3. It happens during phase 3 but it is not FATAL and the upgrade finished successfully: mysql_upgrade log Phase 1/7: Checking and upgrading mysql database Step to duplicate:
Running mysql_upgrade again as suggestion shows: If I force the 2nd upgrade, sometimes everything is run ok, but sometimes the upgrade hang and it never finishes. |
| Comments |
| Comment by Nguyen Dang Thien [ 2019-12-17 ] |
|
My main concern is whether this is just Error message or is there any potential problem ? Because even with the error showing up, the Database seems to function normally without issue so far. |
| Comment by Elena Stepanova [ 2019-12-18 ] |
|
Thanks for the report. I think the error should be innocent. Apparently the reason is that your views call stored functions, and mysql_upgrade runs REPAIR on user views before it upgrades system tables. I'll assign it to sanja to see if there is anything that can be done about the error, it's not pretty and a valid cause of concern for a user. |