Skip to content

Commit

Permalink
disable innodb snappy for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Mar 28, 2017
1 parent c56b896 commit 9ab9a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/build_configurations/mysql_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ IF(FEATURE_SET)
ENDIF()

OPTION(ENABLED_LOCAL_INFILE "" ON)
SET(WITH_INNODB_SNAPPY OFF CACHE STRING "")
IF(WIN32)
ELSEIF(RPM)
SET(WITH_SSL system CACHE STRING "")
Expand Down

0 comments on commit 9ab9a28

Please sign in to comment.