Comments - CMAKE settings to include TokuDB in 5.5.34

10 years, 4 months ago Sergei Golubchik
This comment has the status of 'removed' and can only be seen by you.

normally all plugins are enabled by default. See specifying-what-plugins-to-build

But TokuDB has specific build requirements, make sure they're all met. You need gcc at least 4.7 and cmake at least 2.8.9

See the cmake output. If you'll see

-- Performing Test TOKUDB_OK

then TokuDB is enabled. And if you'll see

-- Performing Test TOKUDB_OK - Success

then all build prerequisites are met.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.