Created
May 29, 2018 00:51
-
-
Save ymxmore/f6b1cc2fa17928c316dc50e7f0eab7b6 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
| set GLOBAL innodb_status_output=ON; | |
| set GLOBAL innodb_status_output_locks=ON; | |
| SHOW ENGINE INNODB STATUS; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment