[MDEV-26538] Incorrect error condition check for ReadFile (named pipes) Created: 2021-09-04 Updated: 2021-09-05 Resolved: 2021-09-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Server |
| Affects Version/s: | 10.6, 10.7 |
| Fix Version/s: | 10.6.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
in threadpool_winsockets.cc
That should be "if (!ReadFile...)". ReadFile returns TRUE on success, FALSE on error |