Mon, 2014-09-15 11:29guillaumelefranc
It's important to understand which Galera version you are running, for proper compatibility of MariaDB with the Galera replication library, and also to check which featureset you have access to. However, Galera version numbering can be difficult to decipher because of its complex scheme.
Version numbering in Galera consists of three different components:
- Galera wsrep (write-set replication) Patch for MariaDB or MySQL
- Galera Replication Shared Library (libgalera_smm.so)
- Galera wsrep API
The patch component version number appears usually together with the API version number in the server version string of MariaDB. Below is a typical message displayed immediately after logging into MariaDB Galera Cluster with the mariadb client:
Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is …[Read more]