GIF89a;
Direktori : /usr/share/mysql-test/suite/rpl_ndb/r/ |
Current File : //usr/share/mysql-test/suite/rpl_ndb/r/rpl_ndb_commit_afterflush.result |
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