txm: fix a crash in conflict collection
The problem was in case when mvcc engine was enabled and a transaction that was sent to read view due to conflict was trying to read a key that was the cause of the conflict. Closes #6131
Showing
- changelogs/unreleased/gh-6131-fix-crash-update-conflict.md 3 additions, 0 deletionschangelogs/unreleased/gh-6131-fix-crash-update-conflict.md
- src/box/memtx_tx.c 18 additions, 0 deletionssrc/box/memtx_tx.c
- test/box/tx_man.result 37 additions, 0 deletionstest/box/tx_man.result
- test/box/tx_man.test.lua 11 additions, 0 deletionstest/box/tx_man.test.lua
Loading
Please register or sign in to comment