1. select * from information_schema.innodb_trx where TIME_TO_SEC(timediff(now(),trx_started))>60
-> filter the long transaction and decided time threshold can be custimized.
(To Be Continued)
微信扫一扫
1. select * from information_schema.innodb_trx where TIME_TO_SEC(timediff(now(),trx_started))>60
-> filter the long transaction and decided time threshold can be custimized.
(To Be Continued)
相关推荐