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