batch patch to opensource

This commit is contained in:
raywill
2021-09-22 19:31:35 +08:00
committed by wangzelin.wzl
parent b276491a6c
commit b2e66c1cd8
7 changed files with 29 additions and 8 deletions

View File

@ -4109,6 +4109,7 @@ int ObCodeGeneratorImpl::convert_pdml_delete(ObLogDelete& op, const PhyOpsDesc&
pdml_delete->get_dml_row_desc().set_part_id_index(partition_expr_idx);
}
if (OB_SUCC(ret) && op.is_index_maintenance()) {
// find shadow pk expr and add it to out row desc and calc_exprs
if (OB_FAIL(handle_pdml_shadow_pk(index_dml_info.column_exprs_, out_row_desc, out_row_desc, pdml_delete))) {
LOG_WARN("failed to handle pdml shadow pk", K(ret), K(index_dml_info.column_exprs_));
}