support replace into for materialized view log

This commit is contained in:
leftgeek
2024-04-12 09:15:44 +00:00
committed by ob-robot
parent 8136efa66b
commit d84ebfb7c0
2 changed files with 12 additions and 2 deletions

View File

@ -2887,7 +2887,8 @@ int ObLSTabletService::insert_row(
} else {
tbl_row.flag_.set_flag(ObDmlFlag::DF_INSERT);
tbl_row.row_val_ = row;
if (OB_FAIL(get_conflict_rows(tablet_handle,
if (!dml_param.table_param_->get_data_table().is_mlog_table()
&& OB_FAIL(get_conflict_rows(tablet_handle,
run_ctx,
flag,
duplicated_column_ids,