select * from information_schema.innodb_trx\G; select * from information_schema.PROCESSLIST where INFO is not null; select * from information_schema.processlist where time > 1800 and STATE not like "Master%";
posted on 2021-05-19 18:52 星期六男爵 阅读(40) 评论(0) 收藏 举报