• guilhem@mysql.com's avatar
    Final part of WL#1717 "innodb/binlog consistency". This is to resolve · 4a82bd47
    guilhem@mysql.com authored
    a limitation of yesterday's implementation:
    if there was an unfinished transaction (COMMIT not typed), and some MyISAM tables were
    then updated, and then mysqld crashes, then at restart the server would use the too old
    binlog offset known by InnoDB to cut the binlog, thus cutting the successful MyISAM
    updates. We fix this by reporting the binlog offset into InnoDB even if InnoDB was not
    affected at all by the update.
    But the feature is still disabled until we decide if it can go into 4.1.3.
    4a82bd47
handler.h 21.3 KB