QuestionQ147
PerformanceWhich two actions can be used to obtain information about deadlocks?
Choose two
- A Run the SHOW ENGINE INNODB MUTEX command from the mysql client.
- B Use the sys.innodb_lock_waits view.
- C Run the SHOW ENGINE INNODB STATUS command from the mysql client.
- D Enable the innodb_status_output_locks global parameter.
- E Enable the innodb_print_all_deadlocks global parameter.
Community Discussion