Skip to content

Commit ca2f89d

Browse files
committed
disable bzip2/lz4/lzo in bintar builds, as they always have been
1 parent 630d722 commit ca2f89d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmake/build_configurations/mysql_release.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ ELSE()
119119
SET(WITH_PCRE bundled CACHE STRING "")
120120
SET(WITH_ZLIB bundled CACHE STRING "")
121121
SET(WITH_JEMALLOC static CACHE STRING "")
122+
SET(WITH_INNODB_BZIP2 OFF CACHE STRING "")
123+
SET(WITH_INNODB_LZ4 OFF CACHE STRING "")
124+
SET(WITH_INNODB_LZO OFF CACHE STRING "")
125+
SET(WITH_ROCKSDB_BZip2 OFF CACHE STRING "")
126+
SET(WITH_ROCKSDB_LZ4 OFF CACHE STRING "")
127+
SET(GRN_WITH_LZ4 no CACHE STRING "")
122128
ENDIF()
123129

124130
IF(NOT COMPILATION_COMMENT)

0 commit comments

Comments
 (0)