[FEAT MERGE] column store ddl

Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
This commit is contained in:
Charles0429
2023-12-18 14:13:53 +00:00
committed by ob-robot
parent 37fe7ce4eb
commit e99cc037cc
354 changed files with 29601 additions and 7742 deletions

View File

@ -80,6 +80,7 @@ void ObStoreCtx::reset()
}
int ObStoreCtx::init_for_read(const ObLSID &ls_id,
const common::ObTabletID tablet_id,
const int64_t timeout,
const int64_t tx_lock_timeout,
const SCN &snapshot_version)
@ -90,6 +91,7 @@ int ObStoreCtx::init_for_read(const ObLSID &ls_id,
if (OB_FAIL(ls_svr->get_ls(ls_id, ls_handle, ObLSGetMod::STORAGE_MOD))) {
STORAGE_LOG(WARN, "get_ls from ls service fail.", K(ret), K(*ls_svr));
} else {
tablet_id_ = tablet_id;
ret = init_for_read(ls_handle, timeout, tx_lock_timeout, snapshot_version);
}
return ret;