sql: add a placeholder cluster setting for sql.show_ranges_deprecated_behavior.enabled in v22.2 #102818
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Related to #98979.
#98979 shipped backwards compatibility for SHOW RANGES, and the
sql.show_ranges_deprecated_behavior.enabled
cluster setting was defaulted to true to support existing clusters. Given that this would be the first time tenants will have that feature, it is not necessary to have that. We'd like to override that setting to false on all tenant clusters in CC. However, there's no easy way to do that since the setting is only available in v23.1+.This issue requests to add a placeholder cluster setting for
sql.show_ranges_deprecated_behavior.enabled
on v22.2 so that the rollout on CC would be easier.Related to https://cockroachlabs.atlassian.net/browse/CC-24516.
cc: @knz
Jira issue: CRDB-27668
The text was updated successfully, but these errors were encountered: