GIF89a;
Direktori : /usr/share/mysql-test/extra/rpl_tests/ |
Current File : //usr/share/mysql-test/extra/rpl_tests/rpl_commit_after_flush.test |
eval CREATE TABLE t1 (a INT) ENGINE=$engine_type; begin; insert into t1 values(1); flush tables with read lock; commit; --source include/sync_slave_sql_with_master.inc # cleanup connection master; unlock tables; drop table t1; --source include/sync_slave_sql_with_master.inc # End of 4.1 tests