Revert setOldestVersion interface change
This commit is contained in:
@@ -77,8 +77,8 @@ struct __attribute__((__visibility__("default"))) ConflictSet {
|
|||||||
* versions. */
|
* versions. */
|
||||||
void addWrites(const WriteRange *writes, int count, int64_t writeVersion);
|
void addWrites(const WriteRange *writes, int count, int64_t writeVersion);
|
||||||
|
|
||||||
/** Reads where readVersion < oldestVersion will result in `TooOld`. Ignored
|
/** Reads where readVersion < oldestVersion will result in `TooOld`. Must be
|
||||||
* if not greater than or equal to all previous oldest versions. */
|
* greater than or equal to all previous oldest versions. */
|
||||||
void setOldestVersion(int64_t oldestVersion);
|
void setOldestVersion(int64_t oldestVersion);
|
||||||
|
|
||||||
/** Reads where readVersion < oldestVersion will result in `TooOld`. There are
|
/** Reads where readVersion < oldestVersion will result in `TooOld`. There are
|
||||||
@@ -170,8 +170,8 @@ void ConflictSet_addWrites(ConflictSet *cs,
|
|||||||
const ConflictSet_WriteRange *writes, int count,
|
const ConflictSet_WriteRange *writes, int count,
|
||||||
int64_t writeVersion);
|
int64_t writeVersion);
|
||||||
|
|
||||||
/** Reads where readVersion < oldestVersion will result in `TooOld`. Ignored
|
/** Reads where readVersion < oldestVersion will result in `TooOld`. Must be
|
||||||
* if not greater than or equal to all previous oldest versions. */
|
* greater than or equal to all previous oldest versions. */
|
||||||
void ConflictSet_setOldestVersion(ConflictSet *cs, int64_t oldestVersion);
|
void ConflictSet_setOldestVersion(ConflictSet *cs, int64_t oldestVersion);
|
||||||
|
|
||||||
/** Reads where readVersion < oldestVersion will result in `TooOld`. There are
|
/** Reads where readVersion < oldestVersion will result in `TooOld`. There are
|
||||||
|
Reference in New Issue
Block a user