mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-24887 Tests fail on macos because mysqltest can't use nonblock API
This commit is contained in:
parent
94b4578704
commit
9a90786863
1 changed files with 0 additions and 7 deletions
|
@ -925,13 +925,6 @@ SET(CMAKE_EXTRA_INCLUDE_FILES)
|
||||||
CHECK_STRUCT_HAS_MEMBER("struct dirent" d_ino "dirent.h" STRUCT_DIRENT_HAS_D_INO)
|
CHECK_STRUCT_HAS_MEMBER("struct dirent" d_ino "dirent.h" STRUCT_DIRENT_HAS_D_INO)
|
||||||
CHECK_STRUCT_HAS_MEMBER("struct dirent" d_namlen "dirent.h" STRUCT_DIRENT_HAS_D_NAMLEN)
|
CHECK_STRUCT_HAS_MEMBER("struct dirent" d_namlen "dirent.h" STRUCT_DIRENT_HAS_D_NAMLEN)
|
||||||
SET(SPRINTF_RETURNS_INT 1)
|
SET(SPRINTF_RETURNS_INT 1)
|
||||||
CHECK_INCLUDE_FILE(ucontext.h HAVE_FILE_UCONTEXT_H)
|
|
||||||
IF(NOT HAVE_FILE_UCONTEXT_H)
|
|
||||||
CHECK_INCLUDE_FILE(sys/ucontext.h HAVE_FILE_UCONTEXT_H)
|
|
||||||
ENDIF()
|
|
||||||
IF(HAVE_FILE_UCONTEXT_H)
|
|
||||||
CHECK_FUNCTION_EXISTS(makecontext HAVE_UCONTEXT_H)
|
|
||||||
ENDIF()
|
|
||||||
|
|
||||||
CHECK_STRUCT_HAS_MEMBER("struct timespec" tv_sec "time.h" STRUCT_TIMESPEC_HAS_TV_SEC)
|
CHECK_STRUCT_HAS_MEMBER("struct timespec" tv_sec "time.h" STRUCT_TIMESPEC_HAS_TV_SEC)
|
||||||
CHECK_STRUCT_HAS_MEMBER("struct timespec" tv_nsec "time.h" STRUCT_TIMESPEC_HAS_TV_NSEC)
|
CHECK_STRUCT_HAS_MEMBER("struct timespec" tv_nsec "time.h" STRUCT_TIMESPEC_HAS_TV_NSEC)
|
||||||
|
|
Loading…
Reference in a new issue