QuestionQ34
PerformanceExamine the following entries from the general query log:

Every UPDATE statement refers to an existing row.
What describes the outcome of this sequence of statements?
- A Connection 24 experiences a lock wait timeout.
- B Connection 25 experiences a lock wait timeout.
- C A deadlock occurs immediately.
- D All statements execute without error.
- E A deadlock occurs after innodb_lock_wait_timeout seconds.
Community Discussion