[MDEV-19773] Simplify the implementation of Windows rwlock Created: 2019-06-16 Updated: 2019-06-17 Resolved: 2019-06-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Server |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Since minimal supported OS is Windows 7 (and Windows Server 2008 R2). we do not need the dynamic loading of SRW lock function, or fallback to generic implementation rwlocks anymore. |