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
137
137
#
138
138
IF (INSTALL_LAYOUT MATCHES "STANDALONE" OR
139
139
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" )
142
141
ELSEIF (INSTALL_LAYOUT MATCHES "RPM" OR
143
142
INSTALL_LAYOUT MATCHES "SLES" OR
144
143
INSTALL_LAYOUT MATCHES "SVR4" OR
145
144
INSTALL_LAYOUT MATCHES "DEB" )
146
145
SET (secure_file_priv_path "/var/lib/mysql-files" )
147
- SET (secure_file_priv_embedded_path "NULL" )
148
146
ELSE ()
149
147
SET (secure_file_priv_path "${default_prefix} /mysql-files" )
150
- SET (secure_file_priv_embedded_path "NULL" )
151
148
ENDIF ()
149
+ SET (secure_file_priv_embedded_path "NULL" )
152
150
153
151
#
154
152
# STANDALONE layout
You can’t perform that action at this time.
0 commit comments