Skip to content

Commit

Permalink
[Fix](merge-on-write) enable_unique_key_partial_update should be forw…
Browse files Browse the repository at this point in the history
…arded to master #24697
  • Loading branch information
bobhan1 authored Sep 21, 2023
1 parent 3650d87 commit b25c3e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ public void setMaxJoinNumberOfReorder(int maxJoinNumberOfReorder) {
flag = VariableMgr.GLOBAL)
public String fullAutoAnalyzeEndTime = "";

@VariableMgr.VarAttr(name = ENABLE_UNIQUE_KEY_PARTIAL_UPDATE, needForward = false)
@VariableMgr.VarAttr(name = ENABLE_UNIQUE_KEY_PARTIAL_UPDATE, needForward = true)
public boolean enableUniqueKeyPartialUpdate = false;

@VariableMgr.VarAttr(name = TEST_QUERY_CACHE_HIT, description = {
Expand Down

0 comments on commit b25c3e2

Please sign in to comment.