Skip to content
Snippets Groups Projects
Commit 2f543937 authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Kirill Yukhin
Browse files

mvcc: track nothing-found range read

MVCC must track a read set of transaction, including cases when
the select returns an empty result. In this case MVCC has two
options: to store a point key if the select has a full key or
to store a gap otherwise.

By a mistake the second variant was not implemented. Fix it now.

Closes #7025

NO_DOC=bugfix
parent 38b25832
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