fix insert partition wise plan bug

This commit is contained in:
zzg19950727
2024-03-06 04:44:58 +00:00
committed by ob-robot
parent 7b3bee5a2e
commit 8474eace9f
3 changed files with 8 additions and 4 deletions

View File

@ -66,7 +66,8 @@ protected:
ObRawExpr *lock_row_flag_expr,
ObTablePartitionInfo *table_partition_info,
ObShardingInfo *insert_op_sharding,
bool is_multi_part);
bool is_multi_part,
bool is_partition_wise);
int candi_allocate_pdml_insert(OSGShareInfo *osg_info);
int candi_allocate_optimizer_stats_merge(OSGShareInfo *osg_info);