%PDF- %PDF-
Direktori : /home/rs/mysql/5.1/mysql-test/suite/rpl/r/ |
Current File : /home/rs/mysql/5.1/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