Mysql 正在执行的sql(主要查询慢sql)
参考 https://juejin.cn/post/6845166890986242056
select * from information_schema.processlist where id in ( select trx_mysql_thread_id from information_schema.INNODB_TRX )
参考 https://juejin.cn/post/6845166890986242056
select * from information_schema.processlist where id in ( select trx_mysql_thread_id from information_schema.INNODB_TRX )