Commit 779d13a0 authored by unknown's avatar unknown

The combination NDB and statement based replication is extreme slow and this...

The combination NDB and statement based replication is extreme slow and this fails usually because of testing timeout.


mysql-test/t/rpl_ndb_ddl.test:
  Avoid execution of this test with statement based replication because it is far way too slow.
parent 4d62eb39
......@@ -24,6 +24,7 @@
#
--source include/master-slave.inc
--source include/have_binlog_format_mixed_or_row.inc
--source include/have_ndb.inc
let $engine_type= NDB;
let $temp_engine_type= MEMORY;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment