[scn] mv definition of SCN to dir of share

This commit is contained in:
obdev
2022-11-28 02:50:55 +00:00
committed by ob-robot
parent 68151eb87a
commit 99d4f56fec
716 changed files with 7746 additions and 6117 deletions

View File

@ -9,12 +9,11 @@
namespace oceanbase
{
using palf::SCN;
namespace share
{
const palf::SCN ObScnRange::MIN_SCN = palf::SCN::min_scn();
const palf::SCN ObScnRange::MAX_SCN = palf::SCN::max_scn();
const SCN ObScnRange::MIN_SCN = SCN::min_scn();
const SCN ObScnRange::MAX_SCN = SCN::max_scn();
ObScnRange::ObScnRange()
: start_scn_(MIN_SCN),