[MDEV-9441] Non-blocking API missing on non-x86 platforms Created: 2016-01-21 Updated: 2016-02-01 Resolved: 2016-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 5.5.48, 10.0.24, 10.1.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | asyn | ||
| Description |
|
The non-blocking API is missing on non-x86 platforms. This is seen by error The problem is that the HAVE_UCONTEXT_H check in CMake is propagated A patch such as the following (tested on ARM) is needed:
|
| Comments |
| Comment by Kristian Nielsen [ 2016-01-21 ] |
|
Hm, looks like this was already reported as |
| Comment by Kristian Nielsen [ 2016-02-01 ] |
|
Duplicate of |