• Jonas Oreland's avatar
    MDEV-162 Enhanced semisync replication · 0b87de12
    Jonas Oreland authored
    Implement --semi-sync-master-wait-point=AFTER_SYNC|AFTER_COMMIT.
    
    When AFTER_SYNC, the semi-sync wait will be done earlier, before the storage
    engine commit rather than after. This means that a transaction will not be
    visible on the master until at least one slave has received it.
    0b87de12
group_commit.result 2.34 KB