Skip to content
Snippets Groups Projects
Commit 043385db authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

txn: install proper diag errors on txn fail

Previously all journal and txn errors were turned into ER_WAL_IO
error code. It led to loss of the real error, which sometimes was
absolutely not related to IO. For example, a timeout in the limbo
for a synchronous transaction.

The patch makes journal/txn errors turn into proper diags.

Part of #6027
parent 1ade2611
No related branches found
No related tags found
No related merge requests found
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