[scn] add params to control error printing in SCN::get_val_for_tx()

This commit is contained in:
obdev
2022-12-05 04:40:13 +00:00
committed by ob-robot
parent 5d8955527f
commit 8a7ca8d116
3 changed files with 10 additions and 6 deletions

View File

@ -96,7 +96,7 @@ public:
uint64_t get_val_for_sql() const;
//only for tx, include transform from SCN_MAX to INT64_MAX
int64_t get_val_for_tx() const;
int64_t get_val_for_tx(const bool ignore_invalid_scn = false) const;
// compare function
bool operator==(const SCN &scn) const;