Skip to content

Commit

Permalink
Remove dated my-{size}.cnf files
Browse files Browse the repository at this point in the history
The dates on the these files shows they are very dated.

Following the sentiments of MDEV-9882 the default values
are quite decent so lets remove this old stuff.
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jul 6, 2017
1 parent 3b9273d commit 7fee164
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1,033 deletions.
8 changes: 3 additions & 5 deletions support-files/CMakeLists.txt
Expand Up @@ -41,12 +41,10 @@ ELSE()
SET(inst_location ${INSTALL_SUPPORTFILESDIR})
ENDIF()

FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small wsrep)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${inifile}.cnf.sh
${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @ONLY)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension}
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)
ENDFOREACH()

IF(UNIX)
SET(prefix ${CMAKE_INSTALL_PREFIX})
Expand Down
151 changes: 0 additions & 151 deletions support-files/my-huge.cnf.sh

This file was deleted.

0 comments on commit 7fee164

Please sign in to comment.