mysql xa

xa recover;
xa rollback '1-7f000001:bae5:4b6928eb:fb5c3','7f000001:bae5:4b6928eb:fb5cd',131075; 

#查询事物执行时间超过60S的 长事物
select * from information_schema.innodb_trx where TIME_TO_SEC(timediff(now(),trx_started))>60
 

mysql xa 命令

相关文章:

  • 2020-04-12
  • 2021-07-08
  • 2021-06-03
  • 2021-06-19
  • 2022-01-03
猜你喜欢
  • 2021-08-15
  • 2021-11-29
  • 2022-12-23
  • 2021-08-21
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案