mysql

select * from information_schema.innodb_trx a where TIME_TO_SEC(timediff(now(),a.trx_started))>30;

posted @ 2024-12-23 14:10  VinceLin  阅读(10)  评论(3)    收藏  举报