mysql锁分析

show OPEN TABLES where In_use > 0;
show index from t_bwprocess_bw;
select * from information_schema.innodb_locks;
show processlist;
show tables;
show status like 't_bwprocess_bw%';
SELECT @@tx_isolation
lock table t_bwprocess_bw write;
unlock tables;

上一篇:【分布式锁】03-使用Redisson实现RedLock原理


下一篇:html5,video元素