Skip to content
Snippets Groups Projects
Commit df7af443 authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Nikita Pettik
Browse files

txm: fix space len and count calculation

When MVCC engine is enabled, an index can contain temporary
non-committed tuples that are not visible outside their
transaction.

That's why internal index size can be greater than visible by
standalone observer.

In order to fix space:count and index:count etc we have to use
special adjustment from MVCC engine.

Fixes #5972
parent 27a496b7
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