[SCN REFACTOR] replace flash back snapshot and remove read snapshot session

This commit is contained in:
wangt1xiuyi
2022-11-28 01:54:50 +00:00
committed by ob-robot
parent c4c13f6296
commit 11485d6a98
268 changed files with 6763 additions and 7737 deletions

View File

@ -814,6 +814,8 @@ int ObPxSubCoord::start_ddl()
param.task_cnt_ = sqc_arg_.sqc_.get_task_count();
param.write_major_ = true;
param.exec_ctx_ = exec_ctx;
param.execution_id_ = phy_plan->get_ddl_execution_id();
param.ddl_task_id_ = phy_plan->get_ddl_task_id();
if (OB_FAIL(ObSSTableInsertManager::get_instance().create_table_context(param, ddl_ctrl_.context_id_))) {
LOG_WARN("create table context failed", K(ret));
} else {