mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl_ndb / r / rpl_ndb_commit_afterflush.result
blob21546ed6524f827f74578cee0e85898a12c7db43
1 include/master-slave.inc
2 [connection master]
3 CREATE TABLE t1 (a INT) ENGINE=NDB;
4 begin;
5 insert into t1 values(1);
6 flush tables with read lock;
7 commit;
8 unlock tables;
9 drop table t1;
10 include/rpl_end.inc