changes for when NDB is default engine

This commit is contained in:
jmiller@mysql.com 2006-05-11 18:12:06 +02:00
commit f1d1c98df6
5 changed files with 27 additions and 16 deletions

View file

@ -3,6 +3,10 @@
# RENAME TABLE work with MERGE tables on the slave.
# Test of FLUSH NO_WRITE_TO_BINLOG by the way.
#
# Merge will not work with a default ndb engine
-- source include/not_ndb_default.inc
-- source include/master-slave.inc
create table t1 (a int);