Skip to content

Commit

Permalink
Fix format issue
Browse files Browse the repository at this point in the history
Signed-off-by: yibin <huyibin@pingcap.com>
  • Loading branch information
yibin87 committed Mar 14, 2024
1 parent 5418a7c commit fe01d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sessionctx/variable/sysvar.go
Original file line number Diff line number Diff line change
Expand Up @@ -3074,7 +3074,7 @@ var defaultSysVars = []*SysVar{
SetSession: func(s *SessionVars, val string) error {
s.DivPrecisionIncrement = tidbOptPositiveInt32(val, DefDivPrecisionIncrement)
return nil
}},
}},
{Scope: ScopeSession, Name: TiDBDMLType, Value: DefTiDBDMLType, Type: TypeStr,
SetSession: func(s *SessionVars, val string) error {
lowerVal := strings.ToLower(val)
Expand Down

0 comments on commit fe01d11

Please sign in to comment.