Skip to content
Snippets Groups Projects
Commit 1a2037b1 authored by sergepetrenko's avatar sergepetrenko Committed by Kirill Yukhin
Browse files

vclock: ignore 0th component in comparisons

0th vclock component will be used to count replica-local rows of an
anonymous replica. These rows won't be replicated and different
instances will have different values in vclock[0].

Add a function vclock_compare_ingore0, which doesn't order vclocks by 0
component and use it where appropriate.

Part of #3186
parent 5962ddb0
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