# Functions
MakeClusterSettings makes a new ClusterSettings object for the given minimum supported and server version, respectively.
MakeTestingClusterSettings returns a Settings object that has had its version initialized to BootstrapVersion().
# Variables
BinaryMinimumSupportedVersion is the earliest version of data supported by this binary.
BinaryServerVersion is the version of this binary.
BulkIOWriteLimit is defined here because it is used by BulkIOWriteLimiter.
No description provided by the author
No description provided by the author
CockroachDB v1.1.0.
VersionBase corresponds to any binary older than 1.0-1, though these binaries won't know anything about the mechanism in which this version is used.
VersionRaftLogTruncationBelowRaft is https://github.com/cockroachdb/cockroach/pull/16993.
VersionSplitHardStateBelowRaft is https://github.com/cockroachdb/cockroach/pull/17051.
VersionStatsBasedRebalancing is https://github.com/cockroachdb/cockroach/pull/16878.
# Structs
No description provided by the author
An ExposedClusterVersion exposes a cluster-wide minimum version which is assumed to be supported by all nodes.
Settings is the collection of cluster settings.