[FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com> Co-authored-by: skylhd <dickylhd@gmail.com> Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
@ -98,7 +98,7 @@ int ObCreateIndexExecutor::execute(ObExecContext &ctx, ObCreateIndexStmt &stmt)
|
||||
ret = OB_ERR_ADD_INDEX;
|
||||
LOG_WARN("index table id is invalid", KR(ret));
|
||||
}
|
||||
} else if (OB_FAIL(ObDDLExecutorUtil::wait_ddl_finish(create_index_arg.tenant_id_, res.task_id_, *my_session, common_rpc_proxy))) {
|
||||
} else if (OB_FAIL(ObDDLExecutorUtil::wait_ddl_finish(create_index_arg.tenant_id_, res.task_id_, my_session, common_rpc_proxy))) {
|
||||
LOG_WARN("failed to wait ddl finish", K(ret));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user