This is a read-only copy of the MariaDB Knowledgebase generated on 2024-05-20. For the latest, interactive version please visit https://mariadb.com/kb/.

Building PBXT

As of MariaDB 5.5 PBXT is not built by default any longer.

The commands to use for building the MariaDB 5.5 source with PBXT:

cmake -DWITH_PBXT_STORAGE_ENGINE=1 .
make
make install

It should be noted that MariaDB still ships the engine, it just does not build it by default.

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.