[MDEV-16447] incorporate Innodb slow shutdown into mysql_upgrade_service.exe Created: 2018-06-08 Updated: 2018-11-15 Resolved: 2018-11-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Scripts & Clients |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When upgrading from certain versions of MariaDB, it is necessary that Innodb was shut down with slow shutdown previously, or the server will not start with the new mysqld.exe binary. So far, this was ignored by mysql_upgrade_service.exe, but it needs to be there for reliable upgrade mysqld should be stopped in the old version, started again (with old mysqld.exe) with --innodb-fast-shutdown=0, and stopped again, before attempting to start with the new version |