• unknown's avatar
    MDEV-4983: Do not leave stale master-bin.state binlog state file · 2c032b99
    unknown authored
    Attempt to read the master-bin.state file always, even if the
    binlog files (master-bin.index and master-bin.XXXXXX) have been
    deleted.
    
    This allows to easily preserve the binlog state when provisioning
    a new server from a copy of an old one, without needing to copy
    over the binlog files themselves.
    2c032b99
log.cc 278 KB