摘要: -- MySQL -- 排查问题SELECT * FROM information_schema.innodb_trx t ORDER BY t.trx_started;SELECT * FROM information_schema.innodb_locks t;SELECT * FROM inf 阅读全文
posted @ 2020-03-13 22:23 renguanyu 阅读(130) 评论(0) 推荐(0)