三条SQL语句
show processlist;
SELECT * FROM information_schema.INNODB_TRX\G;
SELECT * FROM information_schema.INNODB_LOCKS;
SELECT * FROM information_schema.INNODB_LOCK_waits;