Skip to content

Commit aa1ecf2

Browse files
Arun KuruvilaHery Ramilison
authored andcommitted
Merge branch 'mysql-5.6' into mysql-5.7
(cherry picked from commit ec0bec6a5c2e50bb02f80295c00dfadf8a8d2e23)
1 parent 0e55cc7 commit aa1ecf2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cmake/install_layout.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,16 @@ FILE(GLOB plugin_tests
137137
#
138138
IF(INSTALL_LAYOUT MATCHES "STANDALONE" OR
139139
INSTALL_LAYOUT MATCHES "WIN")
140-
SET(secure_file_priv_path "")
141-
SET(secure_file_priv_embedded_path "NULL")
140+
SET(secure_file_priv_path "NULL")
142141
ELSEIF(INSTALL_LAYOUT MATCHES "RPM" OR
143142
INSTALL_LAYOUT MATCHES "SLES" OR
144143
INSTALL_LAYOUT MATCHES "SVR4" OR
145144
INSTALL_LAYOUT MATCHES "DEB")
146145
SET(secure_file_priv_path "/var/lib/mysql-files")
147-
SET(secure_file_priv_embedded_path "NULL")
148146
ELSE()
149147
SET(secure_file_priv_path "${default_prefix}/mysql-files")
150-
SET(secure_file_priv_embedded_path "NULL")
151148
ENDIF()
149+
SET(secure_file_priv_embedded_path "NULL")
152150

153151
#
154152
# STANDALONE layout

0 commit comments

Comments
 (0)