include/master-slave.inc [connection master] CREATE TABLE t1 (a INT) ENGINE=NDB; begin; insert into t1 values(1); flush tables with read lock; commit; unlock tables; drop table t1; include/rpl_end.inc