Bug #74349 | Simplify the logic to choose native aio on windows | ||
---|---|---|---|
Submitted: | 13 Oct 2014 8:57 | Modified: | 17 Oct 2014 19:18 |
Reporter: | Naga Satyanarayana Bodapati | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[13 Oct 2014 8:57]
Naga Satyanarayana Bodapati
[17 Oct 2014 19:18]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: The logic used to select native AIO on Windows has been simplified. All Windows versions supported by MySQL 5.7 now support native AIO. The logic required to handle older Windows versions that do not support native AIO was no longer necessary.