You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
104449: sql: add default_value and origin to show cluster settings r=maryliag a=maryliag
Fixes https://cockroachlabs.atlassian.net/browse/CRDB-28519
**Commit 1**
This adds an API to the settings package to track the origin of the current value of each setting, such as whether it is set by the the default value, an explicit override or an external override.
**Commit 2**
Previously, there was no easy way to see default values for
cluster settings. This commit add the column for `default_value`
and `origin` to `crdb_internal.cluster_settings` and
the `show cluster settings` command.
Release note (sql change): Add columns `default_value` and
`origin` (default, override, external-override) to the
`show cluster settings` command.
Co-authored-by: David Taylor <[email protected]>
Co-authored-by: maryliag <[email protected]>
0 commit comments