摘要:
无损半同步复制基础 不管是无损半同步(lossless semi-sync replication)还是增强半同步,说的都是AFTER_SYNC模式的半同步复制,针对参数rpl-semi-sync-master-wait-point,官方文档如是说: This variable controls t 阅读全文
摘要:
测试环境 Server version: 5.7.26-29-log Percona Server (GPL) transaction_isolation: REPEATABLE-READ 测试数据 /* 1. 表结构 */ CREATE TABLE t ( id BIGINT UNSIGNED N 阅读全文