Skip to content

Commit 9ab9a28

Browse files
committed
disable innodb snappy for release builds
1 parent c56b896 commit 9ab9a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/build_configurations/mysql_release.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ IF(FEATURE_SET)
8383
ENDIF()
8484

8585
OPTION(ENABLED_LOCAL_INFILE "" ON)
86+
SET(WITH_INNODB_SNAPPY OFF CACHE STRING "")
8687
IF(WIN32)
8788
ELSEIF(RPM)
8889
SET(WITH_SSL system CACHE STRING "")

0 commit comments

Comments
 (0)