This page documents status variables related to the Semisynchronous Replication Plugin (which has been merged into the main server from MariaDB 10.3.3). See Server Status Variables for a complete list of status variables that can be viewed with SHOW STATUS.
See also the Full list of MariaDB options, system and status variables.
Rpl_semi_sync_master_clients
numeric
Rpl_semi_sync_master_net_avg_wait_time
numeric
Rpl_semi_sync_master_net_wait_time
numeric
Rpl_semi_sync_master_net_waits
numeric
Rpl_semi_sync_master_no_times
FLUSH STATUS
. numeric
Rpl_semi_sync_master_no_tx
FLUSH STATUS
. numeric
Rpl_semi_sync_master_status
ON
if both the plugin has been enabled and a commit acknowledgment has occurred. It will be OFF
if either the plugin has not been enabled, or the master is replicating asynchronously due to a commit acknowledgment timeout. boolean
Rpl_semi_sync_master_timefunc_failures
FLUSH STATUS
. numeric
Rpl_semi_sync_master_tx_avg_wait_time
numeric
Rpl_semi_sync_master_tx_wait_time
numeric
Rpl_semi_sync_master_tx_waits
numeric
Rpl_semi_sync_master_wait_pos_backtraverse
FLUSH STATUS
. numeric
Rpl_semi_sync_master_wait_sessions
numeric
Rpl_semi_sync_master_yes_tx
FLUSH STATUS
. numeric
Rpl_semi_sync_slave_status
ON
if both the plugin has been enabled and the slave I/O thread is running. boolean
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/semisynchronous-replication-plugin-status-variables/