Skip to content
Snippets Groups Projects
Commit 23f4e6f6 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

txn: fail ro stmt if transaction is aborted

We fail write statements if the current transaction was aborted by yield
or timeout. We should fail read-only statements in this case, as well.
Note, we already fail read-only statements if the current transaction
was aborted by conflict.

Closes #8123

NO_DOC=bug fix

(cherry picked from commit 5f1500f4)
parent 26721cbb
No related branches found
No related tags found
Loading
Showing with 197 additions and 87 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment