[MDEV-21774] Innodb, Windows : restore file sharing logic in Innodb Created: 2020-02-19 Updated: 2020-02-20 Resolved: 2020-02-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Storage Engine - InnoDB |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
prior to With This should be changed back to avoid GENERIC_WRITE with FILE_SHARE_WRITE in general case (mariabackup will still need this flag, but the server won't) Either log_sys.log can be opened after recv_sys is done, or log_sys.log can open file as readonly (FILE_SHARE_WRITE) is log_sys on some reason must be initialized first. |