Semisynchronous Replication

You are viewing an old version of this article. View the current version here.

MariaDB includes the Semisynchronous replication plugin. To make the functionality available it should be installed first:

INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so';

INSTALL PLUGIN rpl_semi_sync_slave SONAME 'semisync_slave.so';

Correct installation can be checked by seeing if the plugins are listed after issuing the SHOW PLUGINS statement.

MariaDB starting with 10.1.3

Enhanced semisync replication was added in MariaDB 10.1.3 (MDEV-162)

Comments

Comments loading...
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.