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

memtx: fix assertion in memtx_tx_history_rollback_stmt

If tuple compression is enabled, txn_stmt::new_tuple points to
a temporary tuple created by uncompressing a compressed tuple stored
in an index. We must use txn_stmt::rollback_info::new_tuple instead.

NO_DOC=bug fix
NO_TEST=enterprise
NO_CHANGELOG=unreleased
parent cc768ea8
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