fix: fix update ignore bug that will lost data when has cross-partition update

This commit is contained in:
obdev
2023-08-24 09:10:26 +00:00
committed by ob-robot
parent fd0267e723
commit cd0ec2662a
5 changed files with 40 additions and 11 deletions

View File

@ -28,7 +28,7 @@ public:
ObEvalCtx &eval_ctx,
int64_t row_num,
const ColContentIArray &column_infos,
bool is_ignore,
const ObDASDMLBaseCtDef &das_ctdef,
bool is_single_value,
ObTableModifyOp &dml_op);
static int check_column_type(const ExprFixedArray &dml_row,