rpl_commit_after_flush.test
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 20 行
TEST
20 行
source include/master-slave.inc;source include/have_innodb.inc;create table t1 (a int) engine=innodb;begin;insert into t1 values(1);flush tables with read lock;commit;save_master_pos;connection slave;sync_with_master;# cleanupconnection master;unlock tables;drop table t1;save_master_pos;connection slave;sync_with_master;# End of 4.1 tests
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?