push
github
memtx: skip excluded tuples in index count with MVCC enabled Excluded tuples actually have their own history chains in MVCC - such chains consist of only one `memtx_story` containing excluded tuple itself. Such chains should be skipped when counting invisible tuples because they are not inserted to the index - that's what the commit does. Closes #10396 NO_DOC=bugfix (cherry picked from commit 8947cb04f)
62980 of 114235 branches covered (55.13%)
3 of 3 new or added lines in 1 file covered. (100.0%)
22 existing lines in 10 files now uncovered.93871 of 109289 relevant lines covered (85.89%)
2571498.56 hits per line