[sql] view plain copy ---查看现在所有的事务 select '正在运行事务的会话的 ID'=session_id, --session_id与transaction_id的对应关系 '事务的 ID'=transaction_id, '正在处理事务的会话中的活动请求数'=enlist_count, then '事务由用户请求启动' then '系统事务' end, then '分布式事务或登记的绑定会话事务' then '本地事务' end, then '非登记的分布式事务…