mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
MDEV-23489 Windows zip files 10.4.14 have an embryonic data folder
Fix : Do not INSTALL anything with cmake from data folder.
This commit is contained in:
@@ -407,10 +407,6 @@ ADD_CUSTOM_TARGET(distclean
|
||||
|
||||
IF(INSTALL_LAYOUT STREQUAL "STANDALONE")
|
||||
|
||||
# Copy db.opt into data/test/
|
||||
SET(DBOPT_FILE ${CMAKE_SOURCE_DIR}/support-files/db.opt )
|
||||
INSTALL(FILES ${DBOPT_FILE} DESTINATION data/test COMPONENT DataFiles)
|
||||
|
||||
# Install initial database on windows
|
||||
IF(WIN32 AND TARGET mysqld AND NOT CMAKE_CROSSCOMPILING)
|
||||
|
||||
|
Reference in New Issue
Block a user