• unknown's avatar
    MDEV-4692: mysql.gtid_slave_pos accumulates values for a domain · df66ee7f
    unknown authored
    When we load the slave state from the mysql.gtid_slave_pos at server start, we
    need to load all the rows into the in-memory hash, not just the most recent
    one in each replication domain. Otherwise we accumulate cruft in the form of
    old rows each time the server restarts.
    df66ee7f
rpl_gtid_stop_start.result 3.73 KB