fix bug pdml update partition_key would change the new_row pk by insert before_row trigger

This commit is contained in:
yishenglanlingzui
2024-04-01 03:45:23 +00:00
committed by ob-robot
parent 1da0980936
commit 7261fc9df1
2 changed files with 7 additions and 2 deletions

View File

@ -307,6 +307,7 @@ ObLogDelUpd::ObLogDelUpd(ObDelUpdLogPlan &plan)
need_barrier_(false),
is_first_dml_op_(false),
table_location_uncertain_(false),
is_pdml_update_split_(false),
pdml_partition_id_expr_(NULL),
pdml_is_returning_(false),
err_log_define_(),