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

wal: introduce JOURNAL_ENTRY_ERR_CASCADE

A transaction in WAL thread could be rolled back not only due to
an IO error. But also if there was a cascading rollback in
progress.

The patch makes such case use a special error code turned into its
own diag when it reaches the TX thread. Usage of ER_WAL_IO wasn't
correct here.

Part of #6027
parent 043385db
No related branches found
No related tags found
Loading
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