Remove MySQL names
(MDEV-30201)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 11.0 |
| Fix Version/s: | 11.0.1 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Using mariadb_upgrade as the state file in mariadb-upgrade and mariadb-install-db is a limited scope change. As it will be introduced in a major version change the only backwards compatible thing is to cleanup/remove the mysql_upgrade state file on upgrade. AFAIK there isn't a need to look inside the old mysql_upgrade file. |
| Comments |
| Comment by Elena Stepanova [ 2023-02-06 ] | ||||
|
A separate but related point: while (if) doing that, it may make sense to adjust the message:
| ||||
| Comment by Andrew Hutchings [ 2023-02-07 ] | ||||
|
Contribution merged. |