← Back to team overview

maria-discuss team mailing list archive

Re: Issues cross-compiling MariaDB for ARM

 

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


Follow ups

References