1. 07 Mar, 2006 4 commits
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 6df23f2b
      unknown authored
      into  mysql.com:/home/bk/b16228-mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      6df23f2b
    • unknown's avatar
      Bug#16228 (RBR: Slave SQL thread retries infinitely): · 6d637973
      unknown authored
        Transaction aborted on slave should be retries. The OPTION_BEGIN
        bit was cleared prematurely. Removed dependence of code on value
        of OPTION_BEGIN bit when executing retries.
      
      
      mysql-test/r/rpl_ndb_basic.result:
        Result change.
      mysql-test/t/disabled.def:
        Enabling test.
      mysql-test/t/rpl_ndb_basic.test:
        Changing test to allow checking that slave did not stop.
      sql/slave.cc:
        Rolling back transaction before retrying it.
        Only resetting transaction retries counter on a successful execution
        or a non-transitional error.
      6d637973
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 4243da09
      unknown authored
      into  mysql.com:/home/bk/fix-mysql-5.1-new
      
      
      4243da09
    • unknown's avatar
      Bug#17874 (Test failure: rpl_row_basic_3innodb): · 28e6f6c4
      unknown authored
        Some storage engines does not set the filler bits, so we set them
        before calling the record-reading functions.
      
      
      sql/log_event.cc:
        Set the null byte containing filler bits before calling any record-
        reading functions.
      28e6f6c4
  2. 06 Mar, 2006 36 commits