set the initial value of wrs to scn min

This commit is contained in:
obdev
2022-11-28 02:55:06 +00:00
committed by ob-robot
parent 99d4f56fec
commit 87a9357186
406 changed files with 6473 additions and 50308 deletions

View File

@ -34,10 +34,6 @@ OB_DEF_DESERIALIZE(ObScnRange)
using oceanbase::common::serialization::decode;
int ret = OB_SUCCESS;
LST_DO_CODE(OB_UNIS_DECODE, start_scn_, end_scn_);
if (OB_SUCC(ret)) {
(void)end_scn_.transform_max();
}
return ret;
}