Skip to content
Snippets Groups Projects
Commit 6571afcb authored by Egor Elchinov's avatar Egor Elchinov Committed by Aleksandr Lyapunov
Browse files

txm: fix iterators for hash index

MVCC used not to track hash index writes.
This patch fixes this problem by transferring the readers which use
`ITER_ALL` or `ITER_GT` iterators of hash index to read view after
any subsequent external write to this index.

Closes #6040
parent 9db816b1
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