Current Path : /home/usr.opt/mysql57/mysql-test/extra/rpl_tests/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //home/usr.opt/mysql57/mysql-test/extra/rpl_tests/rpl_commit_after_flush.test |
eval CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=$engine_type; begin; insert into t1 values(1); flush tables with read lock; commit; --source include/rpl_sync.inc # cleanup connection master; unlock tables; drop table t1; --source include/rpl_sync.inc # End of 4.1 tests