[MDEV-27607] mysql_install_db to install mysql_upgrade_info Created: 2022-01-25 Updated: 2023-09-14 Resolved: 2022-01-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 10.2.43, 10.3.34, 10.4.24, 10.5.15, 10.6.7, 10.7.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
To prevent the number of excessive work on new installs - (MDEV-27606), lets create the mysql_upgrade_info on the clean installation and mark the upgrade as unnecessary |
| Comments |
| Comment by Daniel Black [ 2022-01-25 ] |
|
https://github.com/MariaDB/server/pull/1996 You concurred in a previous meeting that it was a good idea. |
| Comment by Michael Widenius [ 2022-01-27 ] |
|
I updated the commit to always create the mysql_upgrade_info file, without having to specify an --upgrade-info flag. This patch would not have been needed if this patch would have been reviewed before pushing! |