1. 15 Sep, 2006 1 commit
    • aelkin/elkin@dsl-hkigw8-fe00f800-98.dhcp.inet.fi's avatar
      Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage · 6055e8a9
      A query SET @@GLOBAL.binlog_format = ... returns an error when NDB is the
      default storage. This fails some tests invoking the set binlog_format explicitly.
      because the var turns to be read-only.
        
        In the following are files and method to fix if needed.
        
        t/
        ndb_binlog_basic2.test         # here the failure is benign
        rpl_rbr_to_sbr.test            # does not check any ndb features =>           
       
        .                              # => not_ndb_default is enough
        rpl_row_basic_8partition.test  # set binlog_format can be replaced
        rpl_switch_stm_row_mixed.test  # does not check any ndb features =>
        .                              # => not_ndb_default is enough
        
        two more invoking invoke extra/rpl_truncate_helper.test
        
        rpl_truncate_2myisam           # to be fixed with not_ndb_default
        rpl_truncate_3innodb           # same as above
        .                              # because there is a dedicated to ndb .        
       
        .                              # rpl_truncate_7ndb* suit.
      
      Adapting/testing a new implement
      --source include/safe_set_to_maybe_ro_var.inc
      to avoid abort due to the error using binlog_format as application.
      6055e8a9
  2. 13 Sep, 2006 1 commit
  3. 12 Sep, 2006 1 commit
  4. 11 Sep, 2006 9 commits
  5. 09 Sep, 2006 2 commits
  6. 08 Sep, 2006 3 commits
  7. 07 Sep, 2006 10 commits
  8. 06 Sep, 2006 5 commits
  9. 05 Sep, 2006 1 commit
  10. 04 Sep, 2006 7 commits