select trx_state, trx_started, trx_mysql_thread_id, trx_query from information_schema.innodb_trx;
SELECT * FROM information_schema.INNODB_TRX \G;