forked from weaselab/conflict-set
Allow writeVersion, oldestVersion, and readVersion to span 2e9
This commit is contained in:
+1
-3
@@ -634,9 +634,7 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
|
||||
}
|
||||
|
||||
void setOldestVersion(int64_t oldestVersion) {
|
||||
if (oldestVersion < this->oldestVersion) {
|
||||
return;
|
||||
}
|
||||
assert(oldestVersion >= this->oldestVersion);
|
||||
this->oldestVersion = oldestVersion;
|
||||
SkipList::Finger finger;
|
||||
int temp;
|
||||
|
||||
Reference in New Issue
Block a user