Skip to content

Commit 6697bd5

Browse files
Tor Didriksenbjornmu
authored andcommitted
Bug #34828111 CURL update to 7.86.0 [FILE protocol]
We have new functionality, implemented by WL#15131, WL#15133: Innodb: Support Bulk Load so do not disable the FILE protocol in Curl. Change-Id: Ib05f4656c2d13c620756518638ef73fa373cf63f (cherry picked from commit e85db298f4ba0a2de53baa978f452d1107c48f7a)
1 parent 7e1cfd2 commit 6697bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/curl/curl-7.86.0/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ mark_as_advanced(HTTP_ONLY)
249249

250250
if(HTTP_ONLY)
251251
set(CURL_DISABLE_DICT ON)
252-
set(CURL_DISABLE_FILE ON)
252+
# set(CURL_DISABLE_FILE ON) Keep the FILE protocol
253253
set(CURL_DISABLE_FTP ON)
254254
set(CURL_DISABLE_GOPHER ON)
255255
set(CURL_DISABLE_IMAP ON)

0 commit comments

Comments
 (0)