We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f39a5 commit c4c738eCopy full SHA for c4c738e
support-files/CMakeLists.txt
@@ -50,13 +50,6 @@ FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small)
50
ENDFOREACH()
51
ENDIF()
52
53
-IF(WITH_WSREP)
54
- CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/wsrep.cnf.sh
55
- ${CMAKE_CURRENT_BINARY_DIR}/wsrep.${ini_file_extension} @ONLY)
56
- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/wsrep.${ini_file_extension}
57
- DESTINATION ${inst_location} COMPONENT IniFiles)
58
-ENDIF()
59
-
60
IF(UNIX)
61
SET(prefix ${CMAKE_INSTALL_PREFIX})
62
FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure)
support-files/wsrep.cnf.sh
0 commit comments