[scn] fix failure of mittest after refresh feature scn

This commit is contained in:
obdev
2022-11-28 01:46:42 +00:00
committed by ob-robot
parent 49a02f3304
commit 54b64a7263
1898 changed files with 255804 additions and 280809 deletions

View File

@ -82,14 +82,7 @@ void ObTabletAutoincSeq::reset()
bool ObTabletAutoincSeq::is_valid() const
{
bool valid = true;
if (intervals_.empty()) {
valid = false;
}
// TODO(shuangcan.yjw): verify elemetns in array
return valid;
return true;
}
int ObTabletAutoincSeq::get_autoinc_seq_value(uint64_t &autoinc_seq)