• guilhem@mysql.com's avatar
    * Fix for a potential bug: · 10811aba
    guilhem@mysql.com authored
    when the SQL thread stops, set rli->inside_transaction to 0. This is needed if the user
    later restarts replication from a completely different place where there are only autocommit
    statements.
    * Detect the case where the master died while flushing the binlog cache to the binlog
    and stop with error. Cannot add a testcase for this in 4.0 (I tested it manually)
    as the slave always runs with --skip-innodb.
    10811aba
slave.cc 104 KB