Skip to content

Commit

Permalink
[Fix](session variable) Forward use_fix_replica to master (#46836)
Browse files Browse the repository at this point in the history
  • Loading branch information
zclllyybb authored Jan 13, 2025
1 parent e48f3ee commit d695849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
public boolean showUserDefaultRole = false;

// Default value is -1, which means not fix replica
@VariableMgr.VarAttr(name = USE_FIX_REPLICA)
@VariableMgr.VarAttr(name = USE_FIX_REPLICA, needForward = true)
public int useFixReplica = -1;

@VariableMgr.VarAttr(name = DUMP_NEREIDS_MEMO)
Expand Down

0 comments on commit d695849

Please sign in to comment.