@@ -638,7 +638,7 @@ var defaultSysVars = []*SysVar{
638
638
{Scope : ScopeGlobal | ScopeSession , Name : TiDBMemQuotaApplyCache , Value : strconv .Itoa (DefTiDBMemQuotaApplyCache )},
639
639
{Scope : ScopeGlobal | ScopeSession , Name : TiDBBackoffLockFast , Value : strconv .Itoa (kv .DefBackoffLockFast ), Type : TypeUnsigned , MinValue : 1 , MaxValue : math .MaxUint64 },
640
640
{Scope : ScopeGlobal | ScopeSession , Name : TiDBBackOffWeight , Value : strconv .Itoa (kv .DefBackOffWeight ), Type : TypeUnsigned , MinValue : 1 , MaxValue : math .MaxUint64 },
641
- {Scope : ScopeGlobal | ScopeSession , Name : TiDBAdaptiveFollowerReadThreshold , Value : strconv .Itoa (kv .DefAdaptiveFollowerReadCostThreshold ), Type : TypeUnsigned , MinValue : 1 , MaxValue : math .MaxUint64 }
641
+ {Scope : ScopeGlobal | ScopeSession , Name : TiDBAdaptiveFollowerReadThreshold , Value : strconv .Itoa (kv .DefAdaptiveFollowerReadThreshold ), Type : TypeUnsigned , MinValue : 1 , MaxValue : math .MaxUint64 },
642
642
{Scope : ScopeGlobal | ScopeSession , Name : TiDBRetryLimit , Value : strconv .Itoa (DefTiDBRetryLimit ), Type : TypeInt , MinValue : - 1 , MaxValue : math .MaxInt64 },
643
643
{Scope : ScopeGlobal | ScopeSession , Name : TiDBDisableTxnAutoRetry , Value : BoolToOnOff (DefTiDBDisableTxnAutoRetry ), Type : TypeBool },
644
644
{Scope : ScopeGlobal | ScopeSession , Name : TiDBConstraintCheckInPlace , Value : BoolToOnOff (DefTiDBConstraintCheckInPlace ), Type : TypeBool },
0 commit comments