File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small)
50
50
ENDFOREACH ()
51
51
ENDIF ()
52
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
+
53
60
IF (UNIX )
54
61
SET (prefix ${CMAKE_INSTALL_PREFIX} )
55
62
FOREACH (script mysqld_multi.server mysql-log-rotate binary-configure )
@@ -102,8 +109,6 @@ IF(UNIX)
102
109
DESTINATION ${inst_location} COMPONENT SupportFiles
103
110
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ
104
111
GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
105
- CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR} /wsrep.cnf.sh
106
- ${CMAKE_CURRENT_BINARY_DIR} /wsrep.cnf @ONLY )
107
112
108
113
IF (INSTALL_SYSCONFDIR )
109
114
INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR} /mysql-log-rotate DESTINATION ${INSTALL_SYSCONFDIR} /logrotate.d
You can’t perform that action at this time.
0 commit comments