Skip to content
Permalink
Browse files
MDEV-22066: out-of-source build fails with WITHOUT_SERVER=ON
Patch 4aaa38d is replacing `my_config.h` with
`my_global.h` which is included in in-source build, but not for
out-of-source build tree.

Closes #1466
  • Loading branch information
an3l committed Aug 11, 2020
1 parent e0c06f5 commit 863e28f
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,7 +1,8 @@

IF(WIN32)
IF(WIN32 OR WITHOUT_SERVER)
# Handlersocket does not compile on Windows, compiles but does
# not start on FreeBSD.
# not start on FreeBSD.
# It is a server plugin and disable it explicitly here.
RETURN()
ENDIF()

0 comments on commit 863e28f

Please sign in to comment.