• unknown's avatar
    Bug #34244 Test ndb_binlog_log_bin fails for 'drop table if · 66b33600
    unknown authored
               exists t1,t2,t3'
    Bug #34245 Test ndb_binlog_multi fails for 'CREATE TABLE'
    Bug #34246 Test rpl_ndb_transaction fails with 'Failed to create
               'mysql/ndb_apply_status'
    
    Tests cases didn't wait for cluster to come up due to a typo
    in have_multi_ndb.inc.
    
    
    mysql-test/include/have_multi_ndb.inc:
      SHOW TABLES is case-sensitive in the pattern to LIKE.
    mysql-test/suite/ndb/t/disabled.def:
      Enabling tests.
    mysql-test/suite/rpl_ndb/t/rpl_ndb_transaction.test:
      Adding include of have_debug since test requires that.
    sql/sql_repl.cc:
      Replacing 'return' with 'DBUG_RETURN' in debug-traced function.
    66b33600
sql_repl.cc 52.3 KB