| Path : /opt/mysql/mysql-test/suite/rpl/r/ |
| Current File : //opt/mysql/mysql-test/suite/rpl/r/rpl_commit_after_flush.result |
include/master-slave.inc [connection master] CREATE TABLE t1 (a INT) ENGINE=innodb; begin; insert into t1 values(1); flush tables with read lock; commit; unlock tables; drop table t1; include/rpl_end.inc