[SCN REFACTOR] replace flash back snapshot and remove read snapshot session
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user