28 Jun
2019
28 Jun
'19
5:04 p.m.
Hi Harnish, Yes, you can disable storage engines that you do not need, like this: cmake -DPLUGIN_MROONGA=NO This syntax works starting with MariaDB 10.1. For example, I am developing InnoDB, and to cut the time for compilation and running tests, I disable a bunch of storage engines: cmake -DPLUGIN_{ARCHIVE,TOKUDB,MROONGA,OQGRAPH,ROCKSDB,CONNECT,SPIDER}=NO Side note: I would not be surprised if you ran into problems with TokuDB. I hope that we can finally remove it in MariaDB 10.5: https://jira.mariadb.org/browse/MDEV-19780 With best regards, Marko Mäkelä Lead Developer InnoDB MariaDB Corporation