Skip to content
Permalink
Browse files
Revert commit b2f39a5 wrong
branch.
  • Loading branch information
Jan Lindström committed Nov 1, 2018
1 parent b2f39a5 commit c4c738e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 132 deletions.
@@ -50,13 +50,6 @@ FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small)
ENDFOREACH()
ENDIF()

IF(WITH_WSREP)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/wsrep.cnf.sh
${CMAKE_CURRENT_BINARY_DIR}/wsrep.${ini_file_extension} @ONLY)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/wsrep.${ini_file_extension}
DESTINATION ${inst_location} COMPONENT IniFiles)
ENDIF()

IF(UNIX)
SET(prefix ${CMAKE_INSTALL_PREFIX})
FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure)

This file was deleted.

0 comments on commit c4c738e

Please sign in to comment.