summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result
blob: 21546ed6524f827f74578cee0e85898a12c7db43 (plain)
1
2
3
4
5
6
7
8
9
10
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