MariaDB 10.0 comes with ~50 engines and plugins; and it comes in
35 package sets (34 binary ones and a source tarball).
Every day people come asking on #maria IRC whether a package X
contains an engine Y, or saying that it doesn’t, or wondering if
it should. Remembering all combinations isn’t easy, and it became
impractical to study build logs or package contents every time,
so I ended up with a cheat sheet for 10.0.10 GA. At the very
least it should help me to answer those questions; even better if
somebody else finds it useful.
The tables below refer to contents of packages provided at
downloads.mariadb.org or at MariaDB repository mirrors. Packages
built by distributions might have different contents and are not
covered here.
Legend
— built-in (also known as static):
the plugin comes as a part of the server binary. It can be
disabled or enabled by default, but even when it is disabled, it
is …
[Read more]