Last active
February 26, 2020 18:42
-
-
Save dedunumax/603f3b622d055fb915c2a681f1cd779c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * | |
FROM information_schema.innodb_trx | |
WHERE trx_mysql_thread_id = CONNECTION_ID()\G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment