• Sven Sandberg's avatar
    BUG#50410: rpl_ndb tests should run with binlog_format=row · b0b0000d
    Sven Sandberg authored
    Problem: The rpl_ndb did not set binlog_format explicitly. Since
    the default is binlog_format=statement, it means that the suite
    ran with that. ndb does not support binlog_format=statement,
    and many tests were skipped because they sourced
    include/have_binlog_format_row_or_mixed.inc
    Fix: set binlog_format=row explicitly in the configuration file
    for the rpl_ndb suite.
    b0b0000d
rpl_ndb_stm_innodb.test 1.04 KB