CP 3.1 commit to open source

This commit is contained in:
leslieyuchen
2021-07-27 21:21:14 +08:00
committed by wangzelin.wzl
parent 2b51e4f001
commit 09edba0ff6
20 changed files with 117 additions and 107 deletions

View File

@ -291,13 +291,6 @@ int ObLogInsert::allocate_expr_post(ObAllocExprContext& ctx)
}
}
if (OB_SUCC(ret) && is_pdml() && is_index_maintenance()) {
// handle shadow pk column
if (OB_FAIL(alloc_shadow_pk_column_for_pdml(ctx))) {
LOG_WARN("failed alloc generated column for pdml index maintain", K(ret));
}
}
if (OB_SUCC(ret)) {
if (OB_FAIL(ObLogDelUpd::allocate_expr_post(ctx))) {
LOG_WARN("failed to allocate expr post", K(ret));