MySQL :: MySQL 8.0 Reference Manual :: 17.21.5 InnoDB Error Handling (original) (raw)

17.21.5 InnoDB Error Handling

The following items describe how InnoDB performs error handling. InnoDB sometimes rolls back only the statement that failed, other times it rolls back the entire transaction.

During implicit rollbacks, as well as during the execution of an explicitROLLBACK SQL statement, SHOW PROCESSLIST displays Rolling back in theState column for the relevant connection.