[MDEV-28209] New mysql_upgrade message on minor-only upgrades is confusing Created: 2022-04-01 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.2.42, 10.3.33, 10.4.23, 10.6.6, 10.7.2, 10.5.15 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 4 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Since There are two problems with this though. #1 this is not really mentioned in the release notes, they only have: {{* prohibition running two upgrades in parallel ( All these MDEVs where handled by the same commit, but the commit was not exclusively about parallel upgrades. #2 when running mysql_upgrade after a minor upgrade it now shows:
It is not clear from that message that the reason for this is that the major version did not change, just the minor (point) version. Not knowing about the MDEV-27579 change it rather looked as if something had gone wrong in the version string comparison logic. This message should definitely mention that it's caused by seeing the same major version, e.g.:
|
| Comments |
| Comment by Hartmut Holzgraefe [ 2022-04-01 ] |
|
Knowledge base was also not change to reflect the https://mariadb.com/kb/en/upgrading-between-minor-versions-on-linux/ |