Skip to content

Commit 01edfc9

Browse files
ltangvaldsreedhars
authored andcommitted
Default datadir should not be changed for existing GA
The DATADIR_DEB setting isn't directly used by most server installations, as the packages provide their own config files, but it's used by cluster, which has GA released based on 5.6, so the value should not be changed here.
1 parent b8b5949 commit 01edfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/install_layout.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ SET(INSTALL_MYSQLTESTDIR_DEB "mysql-test")
409409
SET(INSTALL_SQLBENCHDIR_DEB ".")
410410
SET(INSTALL_SUPPORTFILESDIR_DEB "support-files")
411411
#
412-
SET(INSTALL_MYSQLDATADIR_DEB "/var/lib/mysql")
412+
SET(INSTALL_MYSQLDATADIR_DEB "data")
413413
SET(INSTALL_PLUGINTESTDIR_DEB ${plugin_tests})
414414
SET(INSTALL_SECURE_FILE_PRIVDIR_DEB ${secure_file_priv_path})
415415
SET(INSTALL_SECURE_FILE_PRIV_EMBEDDEDDIR_DEB ${secure_file_priv_embedded_path})

0 commit comments

Comments
 (0)