trx_operation_state:事务当前操作的状态。例如,它可能显示“executing”或者“fetching rows” trx_tables_in_use:事务当前使用的表的数量。 trx_tables_locked:事务当前锁定的表的数量。 trx_lock_structs:事务持有的锁结构的数量 trx_lock_memory_bytes:事务持有的锁所占用的内存量(以字节为单位) trx_rows_locked...