Breaking News
Loading...
23/12/2013

MySQL: Liệt kê các open transactions (InnoDB Plugin)

Trước tiên phải cài đặt common_schema trước, rồi dùng lệnh sau:

SELECT * FROM common_schema.innodb_transactions;

Kill các transaction đã ngưng hoạt động (idle) trong 30 giây hoặc hơn:

CALL eval("SELECT sql_kill_query FROM common_schema.innodb_transactions WHERE trx_idle_seconds >= 30");

Tham khảo: http://common-schema.googlecode.com/svn/trunk/common_schema/doc/html/innodb_transactions.html

0 comments:

Post a Comment

 
Toggle Footer