Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.6
-
None
Description
_XOPEN_SOURCE needs to be defined to avoid deprecation error
(see CONC-521) in ucontext.h on macos systems. This error was
preventing HAVE_UCONTEXT_H from being defined, thus nonblock API
was disabled in C/C, thus mysqltest wasn't able to execute connect() calls
and tests were failing.