[MDEV-26717] mysql_upgrade_service/mariadb-upgrade-service - avoid slow shutdown if not necessary Created: 2021-09-29 Updated: 2022-09-06 Resolved: 2021-09-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Upgrades |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.32, 10.4.22, 10.5.13, 10.6.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Slow shutdown (innodb_fast_shutdown=0) is currently used by mysql_upgrade_service, during upgrade, since that was advised previously. It can take a long time, so it is better be avoided. Tt is no more necessary . Instead. innodb_fast_shutdown=1 can be used. We would still restart and shutdown if service was not running prior to upgrade, to avoid crash recovery in the new version. |