[MDEV-26213] Add feature summary at the end of cmake missing some plugins Created: 2021-07-22  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6
Fix Version/s: 10.4, 10.5, 10.6

Type: Bug Priority: Major
Reporter: Anel Husakovic Assignee: Vicențiu Ciorbaru
Resolution: Unresolved Votes: 0
Labels: compilation, foundation

Issue Links:
Relates
relates to MDEV-20514 Add feature summary at the end of cmake Closed

 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


Generated at Thu Feb 08 09:43:36 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.