Skip to content

Commit c258646

Browse files
AliSQLAliSQL
authored andcommitted
[Bug] Forbid embedded server since of the statical compiled semisync
1 parent 9cd7e96 commit c258646

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,9 @@ IF(NOT WITHOUT_SERVER)
504504
ADD_SUBDIRECTORY(sql)
505505
OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
506506
IF(WITH_EMBEDDED_SERVER)
507-
ADD_SUBDIRECTORY(libmysqld)
508-
ADD_SUBDIRECTORY(libmysqld/examples)
507+
# Forbid embedded server since of the statical compiled semisync
508+
#ADD_SUBDIRECTORY(libmysqld)
509+
#ADD_SUBDIRECTORY(libmysqld/examples)
509510
ENDIF(WITH_EMBEDDED_SERVER)
510511
ENDIF()
511512

0 commit comments

Comments
 (0)