ykwll 发表于 2018-10-6 06:31:26

mysql5.6安装及主从半同步配置

show global status like 'rpl_semi%';  +--------------------------------------------+-------+
  | Variable_name                              | Value |
  +--------------------------------------------+-------+
  | Rpl_semi_sync_master_clients               | 1   |
  | Rpl_semi_sync_master_net_avg_wait_time   | 0   |
  | Rpl_semi_sync_master_net_wait_time         | 0   |
  | Rpl_semi_sync_master_net_waits             | 0   |
  | Rpl_semi_sync_master_no_times            | 0   |
  | Rpl_semi_sync_master_no_tx               | 0   |
  | Rpl_semi_sync_master_status                | ON    |
  | Rpl_semi_sync_master_timefunc_failures   | 0   |
  | Rpl_semi_sync_master_tx_avg_wait_time      | 0   |
  | Rpl_semi_sync_master_tx_wait_time          | 0   |
  | Rpl_semi_sync_master_tx_waits            | 0   |
  | Rpl_semi_sync_master_wait_pos_backtraverse | 0   |
  | Rpl_semi_sync_master_wait_sessions         | 0   |
  | Rpl_semi_sync_master_yes_tx                | 0   |
  +--------------------------------------------+-------+

页: [1]
查看完整版本: mysql5.6安装及主从半同步配置