Skip to content

Commit

Permalink
[Bug] Forbid embedded server since of the statical compiled semisync
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSQL authored and AliSQL committed Jul 24, 2017
1 parent 9cd7e96 commit c258646
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,9 @@ IF(NOT WITHOUT_SERVER)
ADD_SUBDIRECTORY(sql)
OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
IF(WITH_EMBEDDED_SERVER)
ADD_SUBDIRECTORY(libmysqld)
ADD_SUBDIRECTORY(libmysqld/examples)
# Forbid embedded server since of the statical compiled semisync
#ADD_SUBDIRECTORY(libmysqld)
#ADD_SUBDIRECTORY(libmysqld/examples)
ENDIF(WITH_EMBEDDED_SERVER)
ENDIF()

Expand Down

0 comments on commit c258646

Please sign in to comment.