mirror of https://github.com/MariaDB/server
Browse Source
Analysis: Problem is that SQL-layer calls handler API after storage engine has already returned error state. InnoDB does internal rollback when it notices transaction error (e.g. lock wait timeout, deadlock, etc.) and after this transaction is not naturally in correct state to continue. Fix: Do not continue fetch operations if transaction is not started.pull/47/merge
2 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue