Skip to content

Instantly share code, notes, and snippets.

@ymxmore
Created May 29, 2018 00:51
Show Gist options
  • Select an option

  • Save ymxmore/f6b1cc2fa17928c316dc50e7f0eab7b6 to your computer and use it in GitHub Desktop.

Select an option

Save ymxmore/f6b1cc2fa17928c316dc50e7f0eab7b6 to your computer and use it in GitHub Desktop.
トランザクションなどの確認
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