flush_block_commit.result
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· RESULT 代码 · 共 40 行
RESULT
40 行
drop table if exists t1;create table t1 (a int) engine=innodb;begin;insert into t1 values(1);flush tables with read lock;select * from t1;acommit;select * from t1;aunlock tables;begin;select * from t1 for update;a1begin;select * from t1 for update;flush tables with read lock;commit;a1unlock tables;commit;begin;insert into t1 values(10);flush tables with read lock;commit;unlock tables;flush tables with read lock;unlock tables;begin;select * from t1;a110show create database test;Database Create Databasetest CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER SET latin1 */drop table t1;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?