Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6
-
None
Description
Some plugins which are disabled are not treated well ( in example below TOKUDB, MROONGA, OQGRAPH, CONNECT and possibly more.
$cmake . -DCMAKE_BUILD_TYPE=Debug -DCONC_WITH_{UNITTEST,SSL}=OFF -DWITH_EMBEDDED_SERVER=OFF -DWITH_UNIT_TESTS=OFF -DPLUGIN_{ARCHIVE,TOKUDB,MROONGA,OQGRAPH,ROCKSDB,CONNECT,PERFSCHEMA,SPIDER,SPHINX}=NO -DWITH_SAFEMALLOC=OFF -DWITH_SSL=bundled -DENABLE_GCOV=OFF -DCMAKE_{C_COMPILER=gcc,CXX_COMPILER=g++}-9
|
-- The following features have been disabled:
|
|
* LIBWRAP, Support for tcp wrappers
|
* ARCHIVE
|
* INNODB_LZO, LZO compression in the InnoDB storage engine
|
* INNODB_LZMA, LZMA compression in the InnoDB storage engine
|
* INNODB_BZIP2, BZIP2 compression in the InnoDB storage engine
|
* INNODB_BUG_ENDIAN_CRC32, Big endian weaker CRC32 to support upgrade from big-endian systems running 5.6/10.0/10.1
|
* INNODB_EXTRA_DEBUG, Extra InnoDB debug checks
|
* PERFSCHEMA
|
* ROCKSDB
|
* SPHINX
|
* SPIDER
|
* AWS_KEY_MANAGEMENT, AWS Encryption Key Management Plugin
|
* EMBEDDED_SERVER, Embedded MariaDB Server Library
|
|
Attachments
Issue Links
- relates to
-
MDEV-20514 Add feature summary at the end of cmake
- Closed