static SESSION_SYSTEM_VARS: LazyLock<BTreeMap<&'static UncasedStr, &'static VarDefinition>>
Expand description
Set of SystemVar
s that can also get set at a per-Session level.
TODO(parkmycar): Instead of a separate list, make this a field on VarDefinition.