mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
C/C 3.3
This commit is contained in:
parent
c1e3fc0e0d
commit
85c0f4d2de
2 changed files with 3 additions and 1 deletions
|
@ -106,6 +106,7 @@ ELSEIF(RPM)
|
|||
SET(PLUGIN_AUTH_SOCKET YES CACHE STRING "")
|
||||
SET(WITH_EMBEDDED_SERVER ON CACHE BOOL "")
|
||||
SET(WITH_PCRE system CACHE STRING "")
|
||||
SET(CLIENT_PLUGIN_ZSTD OFF)
|
||||
IF(RPM MATCHES "fedora|centos|rhel")
|
||||
SET(WITH_INNODB_BZIP2 OFF CACHE STRING "")
|
||||
SET(WITH_INNODB_LZO OFF CACHE STRING "")
|
||||
|
@ -124,6 +125,7 @@ ELSEIF(DEB)
|
|||
SET(PLUGIN_AUTH_SOCKET YES CACHE STRING "")
|
||||
SET(WITH_EMBEDDED_SERVER ON CACHE BOOL "")
|
||||
SET(WITH_PCRE system CACHE STRING "")
|
||||
SET(CLIENT_PLUGIN_ZSTD OFF)
|
||||
SET(WITH_INNODB_BZIP2 OFF CACHE STRING "")
|
||||
SET(WITH_INNODB_LZMA OFF CACHE STRING "")
|
||||
SET(WITH_INNODB_LZO OFF CACHE STRING "")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ade9bb9c3ef5f28a4f076ed3afa455975a8e5ab4
|
||||
Subproject commit 5e94e7c27ffad7e76665b1333a67975316b9c3c2
|
Loading…
Add table
Reference in a new issue