📄 rpl_commit_after_flush.test
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -