Allow writeVersion, oldestVersion, and readVersion to span 2e9

This commit is contained in:
2024-07-03 14:19:50 -07:00
parent 9c5b38b09a
commit 76df63a9d7
657 changed files with 24 additions and 13 deletions
+1
View File
@@ -3155,6 +3155,7 @@ void internal_addWrites(ConflictSet::Impl *impl,
void internal_setOldestVersion(ConflictSet::Impl *impl, int64_t oldestVersion) {
mallocBytesDelta = 0;
assert(oldestVersion >= impl->oldestVersionFullPrecision);
impl->setOldestVersion(oldestVersion);
impl->totalBytes += mallocBytesDelta;
#if SHOW_MEMORY