Skip to content

Commit 157e5d5

Browse files
committed
Let it fall through
1 parent d19d517 commit 157e5d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/system_inttype.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ func (t systemIntType) Convert(v interface{}) (interface{}, error) {
104104
intVal := int64(value)
105105
return t.Convert(intVal)
106106
}
107-
return nil, ErrInvalidSystemVariableValue.New(t.varName, v)
108107
}
109108
return nil, ErrInvalidSystemVariableValue.New(t.varName, v)
110109
}

0 commit comments

Comments
 (0)