File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -137,18 +137,16 @@ FILE(GLOB plugin_tests
137137#
138138IF (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" )
142141ELSEIF (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" )
148146ELSE ()
149147 SET (secure_file_priv_path "${default_prefix} /mysql-files" )
150- SET (secure_file_priv_embedded_path "NULL" )
151148ENDIF ()
149+ SET (secure_file_priv_embedded_path "NULL" )
152150
153151#
154152# STANDALONE layout
You can’t perform that action at this time.
0 commit comments