[SCN Refactor] replace log_ts with scn in tx_table phase 2

This commit is contained in:
ZenoWang
2022-11-28 02:05:14 +00:00
committed by ob-robot
parent e77375018e
commit cdf5734cac
37 changed files with 288 additions and 340 deletions

View File

@ -59,9 +59,6 @@ public:
ObFreezer *freezer,
ObTenantMetaMemMgr *t3m,
ObTabletDDLKvMgr *ddl_kv_mgr);
virtual int create_memtable(const int64_t clog_checkpoint_ts,
const int64_t schema_version,
const bool for_replay=false) = 0;
virtual int create_memtable(const palf::SCN clog_checkpoint_scn,
const int64_t schema_version,
const bool for_replay = false)